-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
按照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上面跑了,也还没仔细对数据)
Metadata
Metadata
Assignees
Labels
No labels