Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local paths in requirements.txt #15

Open
maxim-h opened this issue Jul 6, 2022 · 3 comments
Open

Local paths in requirements.txt #15

maxim-h opened this issue Jul 6, 2022 · 3 comments
Assignees

Comments

@maxim-h
Copy link

maxim-h commented Jul 6, 2022

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
Copy link
Author

maxim-h commented Jul 6, 2022

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.

@ManuSetty
Copy link
Member

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

@maxim-h
Copy link
Author

maxim-h commented Jul 7, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants