我正试图在Mac上安装py-xgboost-gpu,就像XGBoost在上指示的那样,但我得到了一个PackagesNotFoundError
我在跑
conda install -c conda-forge py-xgboost-gpu
和得到
PackagesNotFoundError: The following packages are not available from current channels:
- py-xgboost-gpu
知道为什么吗?
我只是想去天堂的“你好世界”。当我运行ee_install()时
PackagesNotFoundError: The following packages are not available from current channels:
- python=3.1
同样的交易也发生在
conda install -c conda-forge python=3.1
运行安装时:
pip install faiss
我得到了这个错误:
ERROR: Could not find a version that satisfies the requirement faiss (from versions: none)
ERROR: No matching distribution found for faiss
同样,当我使用conda时:
conda install faiss
我知道这个错误:
PackagesNotFoundError: The following packages are not available from current chann
在anaconda提示符下,我尝试了conda install mca
另外,基于的conda install -c davidbgonzalez mca
但是我仍然得到这个错误:
PackagesNotFoundError: The following packages are not available from current channels:
- mca
我使用python 3.6和windows10
我安装了miniconda 3,并希望使用Python3.4创建conda环境。我使用了命令:conda create -n myenv python=3.4并获得了错误:
PackagesNotFoundError: The following packages are not available from current channels:
- python=3.4
我试图将版本更改为3.7,输入conda create -n myenv python=3.7时没有出现版本3.7的错误。因此,这个问题似乎与早期版本的python有关。
这是带有错误消息的完整输出:
Collecting
我想在我的textatistic平台上安装Jupyter/ Anaconda/ Windows64软件包。
我试图以管理员的身份从Anaconda命令提示符运行conda install -c conda-forge textatistic。
它正在抛出错误- PackagesNotFoundError: The following packages are not available from current channels:。
感谢投入。
我安装了anaconda,并使用Anaconda提示符来安装python包。但我无法使用conda提示符安装RASA-NLU。请让我知道相同的命令
我使用了以下命令:
conda install rasa_nlu
错误:
PackagesNotFoundError: The following packages are not available from current channels:
- rasa_nlu
我试图使用Conda搜索特定的包版本。从医生那里:
Search for a specific version of a package:
conda search 'numpy>=1.12'
返回错误:
PackagesNotFoundError: The following packages are not available from current channels:
- 'numpy
'单引号似乎是个问题--我已经尝试过了:
conda search numpy >= 1.12
* No output *
conda搜索的正确语法是什
在过去的几天里,我一直在处理Twilio软件包。直到今天我尝试为一个新项目(使用PyCharm)导入它并显示以下消息时,才出现任何问题。
PackagesNotFoundError: The following packages are not available from current channels
有人知道为什么吗?
我在windows 10上使用python3.6,我想在python中安装boruta。所以我使用了以下命令conda install -c conda-forge r-boruta,但得到了错误消息
PackagesNotFoundError: The following packages are not available from current channels:
我也尝试过conda install boruta,但是得到了同样的错误消息。你能建议我安装步骤吗?
我在anaconda分发版中使用了jupyter记事本,当我使用这一行代码时:
import wptools
它给我一个导入错误,我在Anaconda提示符中使用了这个命令:
conda install -c conda-forge wptools
但是接收错误:
PackagesNotFoundError: The following packages are not available from current channels
conda安装tensorflow-gpu=2.3.0rc0不工作
python版本Python 3.7.0
在2.3.0rc0版本中安装tensorflow-gpu时,我得到以下错误:
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- tensorflow-gpu==2.3.0rc0
我已经在anaconda上安装了大部分的库。在我的一段代码中,显示没有名为'tflearn‘的模块。
我还使用了命令conda install tflearn。它显示失败的消息。
PackagesNotFoundError: The following packages are not available from
current channels:
tflearn
当前频道:
我该怎么做?
我是spyder的新手,并试图弄清楚如何安装sklearn_crfsuite。这是我在spyder控制台安装时遇到的错误:
命令: conda安装sklearn_crfsuite
Solving environment: ...working... failed
PackagesNotFoundError: The following packages are not available from current channels:
- sklearn_crfsuite;
间谍版本: 3.2.8
有人能帮帮我吗?
我在anaconda环境中安装了tensorflow 1.15和keras 2.3.1。还有windows10和python3.6。基于this,我似乎需要cudn5。但是conda为我安装的是7.6.5。 当我尝试运行conda install cudnn==5或cudnn==5.1时,我得到: PackagesNotFoundError: The following packages are not available from current channels: 有什么办法可以做到这一点吗?
我正在尝试设置一个安装了python 3.10的conda环境。由于某些原因,其他软件包的安装命令都不起作用。例如,如果我运行conda install pandas,我会得到以下错误: PackagesNotFoundError: The following packages are not available from current channels:
- python=3.1 conda install -c conda-forge pandas也不能工作。不确定问题出在哪里。
当我在jupyter文件中运行时
import sklearn
print(sklearn.__version__)
结果是0.23.2,但是我想安装0.22.2。所以我立即
conda remove scikit-learn
并安装:
conda install scikit-learn=0.22.2
不幸的是,出现了以下错误:
PackagesNotFoundError: The following packages are not available from current channels: scikit-learn=0.22.2
如何删除sklearn版本0.23.2并安装0.2
我正在尝试在Windows上安装Anaconda,但出现以下错误:
错误消息:
(base) C:\Users\vinay>**conda install -c conda-forge textract**
Solving environment: **failed**
PackagesNotFoundError: The following packages are not available from current channels:
**- textract**
Current channels:
- https://conda.anaconda.org/c
我正在尝试使用conda创建一个新的环境,但它需要安装pipwin,尽管它已经安装了。我不完全确定为什么在不需要创建环境的情况下需要pipwin。 (base) C:\Users\Owner>conda create -n testenv
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting
只是从R-图片库中的例子中做基本的数据集,不知道为什么我不能得到任何东西来正确地绘制。
我四处搜索,有些帖子说要安装“外型”,但这也是不可能的:
PackagesNotFoundError: The following packages are not available from current channels:
- r-extrafonts
iris绘图错误:
使用来自theme_ipsum的
我想将我的conda环境更新到python3.7.7。然而,
conda install python=3.7.7
结果:
PackagesNotFoundError: The following packages are not available from current channels:
- python=3.7.7
Current channels:
- https://repo.anaconda.com/pkgs/main/osx-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.an
我用过"pip install mglearn“和"conda install mglearn”。但它显示了以下错误:
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- mglearn
Current channels:
- https://conda.anaconda.org/conda-forge/win-64
- https://conda.anaconda.org/conda-
我正在尝试创建一个用于ArcGIS 10.5.1的蟒蛇环境。我打开Anaconda提示符并输入:
C:\Users\aneme>conda create -n arc1051 python=2.7.13 numpy=1.9.3
matplotlib=1.5.2 scipy=0.17.0 pandas pyparsing xlrd xlwt console_shortcut
我收到以下错误:
Solving environment: failed
PackagesNotFoundError: The following packages are not available from
我想在我的anaconda环境中安装boruta,但是如果我执行
conda install boruta
它显示:
PackagesNotFoundError: The following packages are not available from current channels:
- boruta
Current channels:
- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.
我正在尝试创建一个基于requirements.txt的conda环境: 运行命令: conda create --name kafka-consumer --file requirements.txt 返回错误: Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- confluent-kafka[vers
我试图通过conda包发行版安装Nvidia的GPU python包,但我遇到了以下错误:
PackagesNotFoundError: The following packages are not available from
current channels:
- pyculib
Current channels:
- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/win
我对康达完全陌生,我已经挣扎了一天,但没有成功。
我想使用。特别指出要运行以下命令来安装包:
conda create --name pvtrace-env python=3.7.8
conda activate pvtrace-env
conda install Rtree
pip install pvtrace
我有以下错误:
PackagesNotFoundError: The following packages are not available from current channels:
- python=3.7.8
我有Anaconda 3,最初的Python版本是3.9。
使用带有M1芯片的Mac,我正在尝试安装以下Bioconda软件包:
cutadapt
trim-galore
samtools
bedtools.
htseq.
bowtie2.
deeptools.
macs2
我能够毫无问题地安装picard和fastqc,但是所有其他的都会产生两条错误消息中的一条:
PackagesNotFoundError: The following packages are not available from current channels:
或
Found conflicts! Looking for incompatib
我想让Anaconda使用Python3.4,但我不知道怎么做。
在Anaconda中,Python版本切换可以使用Anaconda Navigator完成,但是Anaconda Navigator 1.9.7似乎不支持Python3.4。
我需要Python3.4来使用py2exe,那么我如何在Anaconda中使用Python3.4呢?
我在conda提示符下尝试了以下代码。
conda install python=3.4
但是,我得到了以下错误。
PackagesNotFoundError: The following packages are not availab
当我尝试通过conda安装python_abi包时,我得到以下错误。 PackagesNotFoundError: The following packages are not available from current channels:
- python_abi
Current channels:
- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/win-64
- https
我想用特定版本的Python在Conda中创建新的env,这样我就可以下载一个只适用于这个python版本的软件(Busco)。我使用的是命令 conda create -n envname python=3.3.0
but i got this error msg :
PackagesNotFoundError: The following packages are not available from
current channels:
- python=3.3.0
Current channels:
- https://conda.anaconda.org/bioc
我需要使用Graph API从Facebook中提取一些数据,我正在使用Conda来管理我的包。然而,当我尝试从Conda安装它时,它给我一条错误消息,说:
PackagesNotFoundError: The following packages are not available from the current channels:
- facebook-sdk
在谷歌上搜索,我找到了我使用的,但上面的API版本非常旧,链接来自2011年。
有人能告诉我如何使用Conda安装最新版本的Graph API吗?我可以通过PyPI install来安装它。
尝试搭建基于Python3.5和Windows10的虚拟环境。使用说明:
运行命令conda create -n PDSH python=3.5 --file requirements.txt时
错误:
PackagesNotFoundError: The following packages are not available from current channels:
- pillow==3.4.2
- scikit-learn==0.17.1
- seaborn==0.7.0
- numpy==1.11.1
- pandas==0.18.1
- matplot
如何解决这个问题? PackagesNotFoundError: The following packages are not available from current channels:
- python=3.0
Current channels:
- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/win-64
- https://repo.anaconda.co
我试图在MX上的Conda4.13.0环境中安装python sys包:
conda install sys
答案是:
PackagesNotFoundError: The following packages are not available from current channels:
- sys
Current channels:
- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.co
我的python脚本有一个小问题。我想导入qgis.core来使用我的脚本中的qgis函数,但是我不能导入这个包。我用Python3.7开发python虚拟环境,Qgis也用Python3.7开发。当我运行import qgis.core时,我得到了这个答案:
No module named 'qgis'
这是正常的,因为我不能用conda/pip install来安装它。在我的conda shell中,当我运行conda install qgis.core时,我有:
PackagesNotFoundError: The following packages are not a
我正在尝试安装fiona=1.6,但收到以下错误
conda install fiona=1.6
WARNING: The conda.compat module is deprecated and will be removed in a future release.
Collecting package metadata: done
Solving environment: -
The environment is inconsistent, please check the package plan carefully
The following packages are caus
我正在尝试更改运行conda环境的python的版本。
我通过执行以下命令来激活环境:
conda activate medcat
我尝试通过执行以下命令来更改python版本:
conda install python=3.6.1
这会导致conda尝试安装python=3.6.1,就好像它是一个软件包一样,我得到了以下错误:
PackagesNotFoundError: The following packages are not available from current channels:
- python=3.6.1
我是不是遗漏了什么?这似乎不是蟒蛇的标准行为。此外,如果我
例如,我可以在anaconda云上找到,但是当我使用conda search搜索它时
conda search -c conda-forge gxx_linux-64
它告诉我
Loading channels: done
No match found for: gxx_linux-64. Search: *gxx_linux-64*
PackagesNotFoundError: The following packages are not available from current channels:
- gxx_linux-64
Current channels:
- h
我按照在Ubuntu18.04 LTS上用Python3.8 3.8开发上的说明下载python3.8。
在终端机运行python3.8很好。
问题是,当我试图制作一个在conda上使用python3.8的频道时,它就找不到了。也就是说,跑
conda create --name py38 python=3.8
返回:
PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
- https://repo.anaconda.com/pk
我使用anaconda作为包管理器,并尝试安装rst2pdf,以便能够使用python程序的sphinx输出PDF。 但是,当我尝试运行published command时,我得到了以下回读 conda install -c dfroger rst2pdf WARNING: The conda.compat module is deprecated and will be removed in a future release.
PackagesNotFoundError: The following packages are not available from current chan
我一直试图在slurm服务器上的conda环境中安装docker。
我第一次尝试
conda install -c conda-forge docker
但我有
PackagesNotFoundError: The following packages are not available from current channels:
docker
然后我试着
pip install docker
这似乎成功地安装了它,但是当我尝试运行docker时,我得到了
command not found
在另一篇文章中,有类似问题的人用
sudo pip install docker
但这对我来说不是一