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

tox tests fail #83

Closed
dermatologist opened this issue Jul 12, 2021 · 1 comment
Closed

tox tests fail #83

dermatologist opened this issue Jul 12, 2021 · 1 comment

Comments

@dermatologist
Copy link
Owner

There is a (temporary) issue because of Tensorflows dependency on numpy fixed to < 1.20
To prevent errors, install numpy with pip install numpy==1.20.1. Ignore the warnings about incompatibility with TF.
This extra step has to be added to tox.ini. as install_command ?

@dermatologist
Copy link
Owner Author

Error in 3.8.1

ERROR: Cannot install wheel==0.36.2 and wheel==0.37.0 because these package versions have conflicting dependencies.

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
The conflict is caused by:
    The user requested wheel==0.37.0
    The user requested wheel==0.36.2

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

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

1 participant