Open johann-petrak opened 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 21 days if no further activity occurs.
same problem. did you fix this??
This specific problem is easy to fix locally, just edit ./farm/_version.py
and replace "0.8.1-snapshot" with something that conforms to the Python version number scheme, e.g. "0.8.1.dev1"
However there other problems of this repo due to bit-rot and missing maintenance, e.g. with which package version the installation process wants to pull. To get it to run you may also need to update requirements.txt before doing the installation.
Not sure why I did not see this before but when I try to do something like
pip install -e .
from a freshly cloned version, I get these error messages: