Closed pokerme7777 closed 2 months ago
你好,想问一下运行conda create -n webshop -f environment.yml的过程中遇到了安装问题: Retrieving notices: ...working... done Channels:
PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
To search for alternate channels that may provide the conda package you're looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
请问一下应该如何解决
您好,你可以先直接创建环境,然后参考 environment.yml 安装对应版本的 python、faiss 和 openjdk。
conda create -n webshop conda activate webshop conda install python=3.8 faiss-cpu=1.7 openjdk=11
你好,想问一下运行conda create -n webshop -f environment.yml的过程中遇到了安装问题: Retrieving notices: ...working... done Channels:
PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
To search for alternate channels that may provide the conda package you're looking for, navigate to
and use the search bar at the top of the page.
请问一下应该如何解决