No matching distribution found for mxnet==1.7.0.post1#19594 StevenJokessopened this issueNov 27, 2020· 18 comments Labels Bugneeds triage Comments Copy link StevenJokesscommentedNov 27, 2020 Description (A clear and concise description of what the bug is.) ...
Could not find a version that satisfies the requirement mxnet-cu80 (from versions: ) No matching distribution found for mxnet-cu80 """ Can I build it from source and then somehow integrate it into my existing conda environment? Sorry, something went wrong. ...
ERROR: Could not find a version that satisfies the requirement opencv3 (from versions: none) python安装opencv出现如下错误:Could not find a version that satisfies the requirement cv2 (from versions:…
...看来这个依赖模块没安装,于是想通过pip3来安装,然而居然不存在。...from versions: ) No matching distribution found for tkinter 通过搜索引擎的帮助,发现,原来Tkinter是Python下调用tcl程序的标准程序包 4.1K30 学习猿地 python教程 django教程8 Django部署(Apache)...
在使用GPU服务器安装 GluonTS 做时间序列预测有关的项目时,报错如下(吐槽,用 MXNet 的时候,经常遇到报错emmm): 二、解决方法 这是因为装mxnet-cu112(GPU版本)默认会是 1.9.0 的高版本,如下所示: 网上很多方法主要说的就是移除后安装低版本的mxnet,如:pip install mxnet-cu101(cuda版本)==1.7.0。但我用的...
executable in /tmp/venv/bin/python Installing setuptools, pkg_resources, pip, wheel...done. $ /tmp/venv/bin/pip install mxnet==1.3.1 ERROR: Could not find a version that satisfies the requirement mxnet==1.3.1 (from versions: 0.9.5) ERROR: No matching distribution found for mxnet==1.3....
$ pip install dgl -f https://data.dgl.ai/wheels/repo.html ERROR: Could not find a version that satisfies the requirement dgl (from versions: none) ERROR: No matching distribution found for dgl Could be because I'm on an M1 MacBook. ...
这种情况一看就是Python库的版本问题,我用的 Anaconda Base 环境里的 seaborn 版本为 0.10.1。 解决方法:更新一下 seaborn 库,在 Anaconda Prompt 下输入 pip install -U seaborn 即可: 代码语言:javascript 复制 pip install-Useaborn-i http://pypi.douban.com/simple--trusted-host pypi.douban.com...