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

Install requirements fails #4

Closed
afrozas opened this issue Apr 6, 2022 · 3 comments
Closed

Install requirements fails #4

afrozas opened this issue Apr 6, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@afrozas
Copy link

afrozas commented Apr 6, 2022

Running pip install -r requirements.txt from root fails with

Collecting cycler==0.10.0
  Downloading cycler-0.10.0-py2.py3-none-any.whl (6.5 kB)
ERROR: Could not find a version that satisfies the requirement dataclasses==0.8 (from versions: 0.1, 0.2, 0.3, 0.4, 0.5, 0.6)
ERROR: No matching distribution found for dataclasses==0.8

Is the version pinning required for training the model? If not, using >= would be better.

Thanks!

@atosystem
Copy link
Owner

@afrozas Thanks for pointing it out!
It turns out that the package is not required for this repo, so I have removed it.

@atosystem
Copy link
Owner

@afrozas
Looks like there is no further problem regarding this issue.
I will close this issue, feel free to open it again if the installation still fails.
Thanks!

@atosystem atosystem self-assigned this Apr 10, 2022
@atosystem atosystem added the bug Something isn't working label Apr 10, 2022
@afrozas
Copy link
Author

afrozas commented Apr 14, 2022

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants