factorio-learning-environment icon indicating copy to clipboard operation
factorio-learning-environment copied to clipboard

missing setup.py or pyproject.toml

Open Simsalaba opened this issue 9 months ago • 1 comments

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.

Simsalaba avatar Mar 13 '25 17:03 Simsalaba

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 :)

ryukez avatar Mar 14 '25 01:03 ryukez

#147 - Merged.

JackHopkins avatar Mar 14 '25 12:03 JackHopkins

Thanks friends, I'll give it a try

Simsalaba avatar Mar 14 '25 16:03 Simsalaba