Problem updating bokeh: [WinError 126] The specified module could not be found(更新散景时出现问题:[WinError 126] 找不到指定的模块)
问题描述
我尝试使用命令conda update bokeh
将bokeh
更新到1.4.0,但遇到[WinError 126] The specified module could not be的问题找到了如下图
I tried to update bokeh
to 1.4.0 with the command conda update bokeh
but encountered the problem of [WinError 126] The specified module could not be found as shown below
(base) D:Usersjng>conda update bokeh
Collecting package metadata (repodata.json): done
Solving environment:
Warning: >10 possible package resolutions (only showing differing packages):
- anaconda/noarch::keras-applications-1.0.8-py_0, anaconda/noarch::keras-preprocessing-1.1.0-py_1, defaults/win-64::h5py-2.8.0-py36hf7173ca_2, defaults/win-64::keras-base-2.2.4-py36_0
- anaconda/noarch::keras-preprocessing-1.1.0-py_1, defaults/noarch::keras-applications-1.0.8-py_0, defaults/win-64::h5py-2.8.0-py36hf7173ca_2, defaults/win-64::keras-base-2.2.4-py36_0
- anaconda/noarch::keras-applications-1.0.8-py_0, defaults/noarch::keras-preprocessing-1.1.0-py_1, defaults/win-64::h5py-2.8.0-py36hf7173ca_2, defaults/win-64::keras-base-2.2.4-py36_0
- defaults/noarch::keras-applications-1.0.8-py_0, defaults/noarch::keras-preprocessing-1.1.0-py_1, defaults/win-64::h5py-2.8.0-py36hf7173ca_2, defaults/win-64::keras-base-2.2.4-py36_0
- anaconda/noarch::keras-applications-1.0.8-py_0, anaconda/win-64::keras-base-2.2.4-py36_0, defaults/noarch::keras-preprocessing-1.1.0-py_1, defaults/win-64::h5py-2.8.0-py36hf7173ca_2
- anaconda/win-64::keras-base-2.2.4-py36_0, defaults/noarch::keras-applications-1.0.8-py_0, defaults/noarch::keras-preprocessing-1.1.0-py_1, defaults/win-64::h5py-2.8.0-py36hf7173ca_2
- anaconda/noarch::keras-applications-1.0.8-py_0, anaconda/noarch::keras-preprocessing-1.1.0-py_1, anaconda/win-64::keras-base-2.2.4-py36_0, defaults/win-64::h5py-2.8.0-py36hf7173ca_2
- anaconda/noarch::keras-preprocessing-1.1.0-py_1, anaconda/win-64::keras-base-2.2.4-py36_0, defaults/noarch::keras-applications-1.0.8-py_0, defaults/win-64::h5py-2.8.0-py36hf7173ca_2
- anaconda/noarch::keras-applications-1.0.8-py_0, anaconda/noarch::keras-preprocessing-1.1.0-py_1, anaconda/win-64::h5py-2.8.0-py36hf7173ca_2, anaconda/win-64::keras-base-2.2.4-py36_0
- anaconda/noarch::keras-applications-1.0.8-py_0, anaconda/win-64::h5py-2.8.0-py36hf7173ca_2, anaconda/win-64::keras-base-2.2.4-py36_0, defaults/noarch::keras-preprocessing-1.1.0-py_1
... and othedone
## Package Plan ##
environment location: D:UsersjngAppDataLocalContinuumanaconda3
added / updated specs:
- bokeh
The following packages will be downloaded:
package | build
---------------------------|-----------------
h5py-2.8.0 | py36hf7173ca_2 822 KB
keras-base-2.2.4 | py36_0 458 KB
------------------------------------------------------------
Total: 1.3 MB
The following packages will be SUPERSEDED by a higher-priority channel:
h5py anaconda --> pkgs/main
keras-base anaconda --> pkgs/main
Proceed ([y]/n)? y
Downloading and Extracting Packages
keras-base-2.2.4 | 458 KB | | 0%
h5py-2.8.0 | 822 KB | | 0%
[WinError 126] The specified module could not be found
[WinError 126] The specified module could not be found
这太令人困惑了,因为我想更新 bokeh
但是为什么 conda 想下载不相关的包 keras-base-2.2.4
和 h5py.-2.8.0
(已经安装在我的 conda 库中)?另外,消息 [WinError 126] The specified module could not be found 是什么意思?有人可以帮我解决这个问题吗?谢谢
This is so bewildering because I wanted to update bokeh
but why conda wanted to download unrelated packages keras-base-2.2.4
and h5py.-2.8.0
(which had already been installed in my conda base)? Also, what did the message [WinError 126] The specified module could not be found mean? Could someone please help me to resolve the issue? Thanks
推荐答案
这是 conda 的问题:
This is an issues with conda:
https://github.com/conda/conda/issues/9313
这篇关于更新散景时出现问题:[WinError 126] 找不到指定的模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:更新散景时出现问题:[WinError 126] 找不到指定的模


- 如何在 Python 的元组列表中对每个元组中的第一个值求和? 2022-01-01
- 使用Heroku上托管的Selenium登录Instagram时,找不到元素';用户名'; 2022-01-01
- python-m http.server 443--使用SSL? 2022-01-01
- 如何在 python3 中将 OrderedDict 转换为常规字典 2022-01-01
- 沿轴计算直方图 2022-01-01
- 如何将一个类的函数分成多个文件? 2022-01-01
- 分析异常:路径不存在:dbfs:/databricks/python/lib/python3.7/site-packages/sampleFolder/data; 2022-01-01
- python check_output 失败,退出状态为 1,但 Popen 适用于相同的命令 2022-01-01
- padding='same' 转换为 PyTorch padding=# 2022-01-01
- pytorch 中的自适应池是如何工作的? 2022-07-12