factorio-learning-environment
factorio-learning-environment copied to clipboard
missing setup.py or pyproject.toml
Missing setup.py and pyproject.toml? Cannot install with "pip install -e".
...factorio-learning-environment does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.
Hi @Simsalaba, I encountered the same issue and setup uv to bundle pyproject.toml. https://github.com/JackHopkins/factorio-learning-environment/pull/147
I confirmed lab play to run in my local environment. I hope it helps you to resolve the issue :)
#147 - Merged.
Thanks friends, I'll give it a try