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
按照requirements里的要求,创建wsl下的虚拟环境(python=3.9)直接运行命令($ pip install -r requirement.txt),最后显示错误:
ERROR: Ignored the following versions that require a different python version: 0.52.0 Requires-Python >=3.6,<3.9; 0.52.0rc3 Requires-Python >=3.6,<3.9
ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==2.7.0 (from versions: none)
ERROR: No matching distribution found for tensorflow-gpu==2.7.0
按照requirements里的要求,创建wsl下的虚拟环境(python=3.9)直接运行命令($ pip install -r requirement.txt),最后显示错误:
ERROR: Ignored the following versions that require a different python version: 0.52.0 Requires-Python >=3.6,<3.9; 0.52.0rc3 Requires-Python >=3.6,<3.9
ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==2.7.0 (from versions: none)
ERROR: No matching distribution found for tensorflow-gpu==2.7.0
但是我按照python=3.7, tensorflow-gpu=2.4.1,然后所有需要的包分开安装(且不按照requirements里的版本安装),最后也能跑出来结果(目前只在iemocap上面跑了,也还没仔细对数据)
The text was updated successfully, but these errors were encountered: