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

Fix broken dependencies on Windows #38

Closed
andyk opened this issue Jan 15, 2021 · 1 comment
Closed

Fix broken dependencies on Windows #38

andyk opened this issue Jan 15, 2021 · 1 comment
Assignees
Labels
bug Something isn't working dependencies Pull requests that update a dependency file invalid This doesn't seem right

Comments

@andyk
Copy link
Contributor

andyk commented Jan 15, 2021

Fix the pytests that break because of TensorFlow not being available in PyPI for windows.

> pip install -r .\dev-requirements.txt
...
ERROR: Could not find a version that satisfies the requirement tensorflow==2.2.0
ERROR: No matching distribution found for tensorflow==2.2.0
@andyk andyk changed the title Fix test_all.py on Windows Fix broken dependencies on Windows Jan 15, 2021
@andyk andyk added bug Something isn't working dependencies Pull requests that update a dependency file invalid This doesn't seem right labels Jan 15, 2021
@andyk andyk self-assigned this Jan 15, 2021
@andyk
Copy link
Contributor Author

andyk commented Jan 15, 2021

Looks like I was using Python 3.9. After switching to 3.8, dev-requirements installed fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant