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

dependency issues #8

Open
micsthepick opened this issue May 6, 2022 · 2 comments
Open

dependency issues #8

micsthepick opened this issue May 6, 2022 · 2 comments

Comments

@micsthepick
Copy link

I've tried with multiple versions of python, including python 3.7.4,

pip usually runs into the following error:

ERROR: Could not find a version that satisfies the requirement torch~=1.6.0 (from versions: 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2, 1.11.0)
ERROR: No matching distribution found for torch~=1.6.0

sometimes it's other dependencies (e.g. on a later python, I've seen it fail with tensorflow-gpu). Can you perhaps share the exact testing methodology - i.e. what machine/os was used what software installed and commands used?

@micsthepick
Copy link
Author

using python 3.7.4 on windows, the following works for me

pip install pipwin
pipwin install torch==1.6.0
pip install -r requirements.txt

However, I'm unsure if this works for Linux, and I would expect perhaps a bit more clarity in the readme?

@micsthepick
Copy link
Author

on the topic of dependencies, is the tensorflow-gpu strictly needed? This seems to be a cpu bound task, at least with my 1660 and i5 8600 CPU... or is it sufficient to simply change that to tensorflow, or perhaps I would be better running on a different card (RTX, TPU?)

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