我是Python的新手。我已经在许多项目中使用了它,但实际上并不需要偏离其标准设置。我正在尝试安装一些新软件包,以访问大学分配所必需的功能。当我尝试安装时,得到以下信息:
(base) C:\Anaconda2\Jupyter>conda install -c python-control -c cyclus slycot control
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- slycot
- control
Current channels:
- https://conda.anaconda.org/python-control/win-64
- https://conda.anaconda.org/python-control/noarch
- https://conda.anaconda.org/cyclus/win-64
...
还有许多其他类似于上述的渠道。
我一直在寻找解决方案,但没有发现任何实质性的内容。我已经看到Windows可能有问题,这就是我在使用它的原因。过去,我对发生的事情一无所知。
请记住,我不太了解渠道和打包的工作方式,因此对此事的任何见解也会很棒。