You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run this repo locally and the first step would be to install the packages mentioned in the requirements file. The problem is that for some of the packages the installation fails as the distributions works only for certain python version.
For example,tensorflow==2.4.0 installs only on python version 3.6-3.8 [ mentioned in the official docs ].
To overcome this uncertainty, Can you share the python version which was used to build this application? If possible add a .toml file.
The text was updated successfully, but these errors were encountered:
I'm trying to run this repo locally and the first step would be to install the packages mentioned in the requirements file. The problem is that for some of the packages the installation fails as the distributions works only for certain python version.
For example,
tensorflow==2.4.0
installs only on python version 3.6-3.8 [ mentioned in the official docs ].To overcome this uncertainty, Can you share the python version which was used to build this application? If possible add a
.toml
file.The text was updated successfully, but these errors were encountered: