我有一台旧的 Windows8,使用 Anaconda 来获取 Keras 和 tensorflow 时遇到了很大麻烦。我
conda create -n ml python=3.6.5
conda activate ml
conda install pip
我必须运行最后一行,否则我的 pip 将无法工作。最后我运行
pip install -r requirements.txt
并收到此错误:
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt
我可以物理地找到该文件并将其放在正确的路径吗?正确的路径是什么?
我使用最新版本的 anaconda 和 python 3.6.5