无法将 Seaborn 正确导入我的 IBM Watson-Studio
Posted
技术标签:
【中文标题】无法将 Seaborn 正确导入我的 IBM Watson-Studio【英文标题】:Can not import correctly Seaborn into my IBM Watson-Studio 【发布时间】:2021-05-07 14:46:02 【问题描述】:我正在尝试在 Windows 上的 IBM 云 (watson) 中导入 seaborn 以完成我的最终任务,但不知何故它给了我一个错误。我正在尝试使用以下代码导入 seaborn:
#notice: installing seaborn might takes a few minutes\
!conda install -c anaconda seaborn -y
但是后来发生了这样的事情:我需要帮助来解决这个问题
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: done
Package Plan
environment location: /opt/conda/envs/Python-3.7-main
added / updated specs:
- seaborn
The following packages will be downloaded:
package | build
---------------------------|-----------------
argon2-cffi-20.1.0 | py37h7b6447c_1 49 KB anaconda
defusedxml-0.6.0 | py_0 23 KB anaconda
entrypoints-0.3 | py37_0 12 KB anaconda
fontconfig-2.13.0 | h9420a91_0 291 KB anaconda
icu-58.2 | he6710b0_3 22.7 MB anaconda
jupyter_client-6.1.7 | py_0 76 KB anaconda
libpng-1.6.37 | hbc83047_0 364 KB anaconda
libtiff-4.1.0 | h2733197_1 607 KB anaconda
libuuid-1.0.3 | h1bed415_2 16 KB anaconda
libxcb-1.14 | h7b6447c_0 610 KB anaconda
libxml2-2.9.10 | hb55368b_3 1.3 MB anaconda
lz4-c-1.9.2 | heb0550a_3 203 KB anaconda
markupsafe-1.1.1 | py37h14c3975_1 26 KB anaconda
mistune-0.8.4 |py37h14c3975_1001 53 KB anaconda
ncurses-6.2 | he6710b0_1 1.1 MB anaconda
packaging-20.4 | py_0 35 KB anaconda
pandocfilters-1.4.2 | py37_1 13 KB anaconda
pyjwt-1.7.1 | py37_0 32 KB anaconda
pyparsing-2.4.7 | py_0 64 KB anaconda
webencodings-0.5.1 | py37_1 19 KB anaconda
------------------------------------------------------------
Total: 27.5 MB
Downloading and Extracting Packages
libxml2-2.9.10 | 1.3 MB | ###############################6 | 86% WARNING conda.gateways.disk.delete:unlink_or_rename_to_trash(140): Could not remove or rename /opt/conda/pkgs/libxml2-2.9.10-hb55368b_3/bin/xmllint. Please remove this file manually (you may need to reboot to free file handles)
WARNING conda.gateways.disk.delete:unlink_or_rename_to_trash(140): Could not remove or rename /opt/conda/pkgs/libxml2-2.9.10-hb55368b_3/bin/xml2-config. Please remove this file manually (you may need to reboot to free file handles)
WARNING conda.gateways.disk.delete:unlink_or_rename_to_trash(140): Could not remove or rename /opt/conda/pkgs/libx
【问题讨论】:
编辑您的问题以澄清它(可能)是 IBM Watson Studio,如果它是一个笔记本环境,它是哪个运行时。使用 watson-studio 标记您的问题 是的,它是 IBM Watson Studio 【参考方案1】:如果您使用如下所示的默认运行时创建笔记本,则默认安装 Seaborn。
运行以下命令,在安装的包列表中查看Seaborn
。
!pip list
如果您在列表中没有看到 Seaborn,请尝试使用以下命令进行安装
!pip install seaborn
如果您仍然看到错误,请使用创建笔记本的项目所在的区域更新您的问题,以及环境截图 + 错误帮助
【讨论】:
非常感谢您的建议!它适用于:!pip install seaborn 乐于助人。你能把以上标记为答案吗以上是关于无法将 Seaborn 正确导入我的 IBM Watson-Studio的主要内容,如果未能解决你的问题,请参考以下文章
IBM Worklight Adapter 无法正确转换来自后端服务的法语文本响应
有啥方法可以正确聚合时间序列数据以使用 matplotlib/seaborn 制作散点图?