SEACells icon indicating copy to clipboard operation
SEACells copied to clipboard

Local paths in requirements.txt

Open maxim-h opened this issue 3 years ago • 3 comments

I've noticed that requirements.txt mostly consists of @ file references, so it's not really usable.

Would be nice to have it since I don't use conda for this.

maxim-h avatar Jul 06 '22 12:07 maxim-h

Also, there was this line:

legacy-api-wrap==0.0.0

After removing ==0.0.0, removing all the @ file parts, removing backports.zoneinfo (because it's not needed and broken under python 3.10) and installing fa2 from source the install have worked.

P.S.: without the pip install -r requirements.txt step setup.py was breaking down in a way more complicated way to resolve.

maxim-h avatar Jul 06 '22 13:07 maxim-h

Thanks for the tip! @sitarapersad Can you please update the requirements.txst

ManuSetty avatar Jul 07 '22 06:07 ManuSetty

No problem) Just to clarify, environment.yaml specifies python=3.8, so I guess that's the supported one. Most of the problems here were related to me using pip (with venv in my case) and a newer python version. But maybe it will be useful for people doing the same.

maxim-h avatar Jul 07 '22 08:07 maxim-h