conda create --name ml --file ./requirements.txt\nRun Code Online (Sandbox Code Playgroud)\nconda list -e > requirements.txt我过去在另一台计算机上创建了requirements.txt 文件。\nrequirements.txt:\n https://github.com/penguinsAreFunny/bugFinder-machineLearning/blob/master/requirements.txt
\n\nPackagesNotFoundError:当前渠道无法提供以下软件包:
\n\n
\n- protobuf==3.19.1=pypi_0
\n- 张量板数据服务器==0.6.1=pypi_0
\n- pygments==2.10.0=pypi_0
\n- scikit-learn==1.0.1=pypi_0
\n- 张量流估计器==2.4.0=pypi_0
\n- flake8==4.0.1=pypi_0
\n- Nest-asyncio==1.5.1=pypi_0\n[...]
\n目前渠道:
\n\n
\n- https://conda.anaconda.org/conda-forge/win-64
\n- https://conda.anaconda.org/conda-forge/noarch
\n- https://repo.anaconda.com/pkgs/main/win-64
\n- https://repo.anaconda.com/pkgs/main/noarch
\n- https://repo.anaconda.com/pkgs/r/win-64
\n- https://repo.anaconda.com/pkgs/r/noarch
\n- https://repo.anaconda.com/pkgs/msys2/win-64
\n- https://repo.anaconda.com/pkgs/msys2/noarch
\n- https://conda.anaconda.org/pickle/win-64
\n- https://conda.anaconda.org/pickle/noarch
\n- https://conda.anaconda.org/nltk/win-64
\n- https://conda.anaconda.org/nltk/noarch
\n
为什么\xc2\xb4t conda 可以在通道中找到包?\n我认为丢失的包应该在conda-forge 中,\xc2\xb4t 不应该吗?
\n康达4.11.0
\n