Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Anaconda Prompt 中的命令conda install -y -q -c cmutel bw2regional无法安装bw2regional。在频道中找不到该软件包。我还没有找到另一种安装方式。任何想法?
conda install -y -q -c cmutel bw2regional
bw2regional
谢谢!
可能是您需要列出更多频道,即
conda install -c conda-forge -c cmutel -c konstantinstadler bw2regional