enjoy-digital / litex

Build your hardware, easily!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: Project file:///home/riscv/python-litex/migen has a 'pyproject.toml' and its build backend is missing the 'build_editable' hook. Since it does not have a 'setup.py' nor a 'setup.cfg', it cannot be installed in editable mode. Consider using a build backend that supports PEP 660.

Peng-Hongxi opened this issue · comments

ERROR: Project file:///home/riscv/python-litex/migen has a 'pyproject.toml' and its build backend is missing the 'build_editable' hook. Since it does not have a 'setup.py' nor a 'setup.cfg', it cannot be installed in editable mode. Consider using a build backend that supports PEP 660.

@enjoy-digital Any update on how to fix this? It does break all my CI builds that install litex from scratch. Cheers!

Seems to be related to this: m-labs/migen@2cfee3e

@jersey99: 6c30cb8 should do it if you are using litex_setup.py in your CI.

Thanks @enjoy-digital, this works for now