Deej-AI icon indicating copy to clipboard operation
Deej-AI copied to clipboard

Unable to install requirements on Windows

Open nirnachmani opened this issue 2 years ago • 0 comments

When trying to install requirements on Windows 10 via ' pip install -r requirements.txt' I receive the following error:

ERROR: Could not find a version that satisfies the requirement tensorflow==2.2.0 (from versions: 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.6.0rc0, 2.6.0rc1, 2.6.0rc2, 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.6.5, 2.7.0rc0, 2.7.0rc1, 2.7.0, 2.7.1, 2.7.2, 2.7.3, 2.8.0rc0, 2.8.0rc1, 2.8.0, 2.8.1, 2.8.2, 2.9.0rc0, 2.9.0rc1, 2.9.0rc2, 2.9.0, 2.9.1) ERROR: No matching distribution found for tensorflow==2.2.0

I attempted to install a later version of tensorflow which requires later versions of other packages but run into many errors later on.

nirnachmani avatar Jun 04 '22 05:06 nirnachmani

Sorry for the delay in getting back to you!! I missed this one. I expect it is due to the version of Python you are using. The use it with the packages as they are pinned, it is best to use Python 3.8.

teticio avatar Sep 18 '22 08:09 teticio