- 博客(2)
- 收藏
- 关注
原创 jupyter 下载模块出现 syntaxerror: invalid syntax
可以试试前面加个感叹号,!pip install 模块名,有时候网络不好会出现pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectio的提示,可以使用清华镜像下载:!pip install 模块名 -i https://pypi.tuna.tsinghua.edu.cn/simple。输入pip install 模块名,但出现syntaxerror: invalid syntax。
2024-10-12 22:11:16 113
原创 jupyternotebook使用pyecharts时出现ImportError: cannot import name ‘Iterable‘ from ‘collections‘ 解决办法
我报错的ImportError: cannot import name 'Iterable' from 'collections' (E:\python\lib\collections\_init_.py)末尾有提示出错的pycharm文件,打开。要注意的是_collections_abc并不一定要跟我一样,主要根据自己代码前几行的import对象进行改动,有的可能是collections.abc。
2024-06-04 23:52:46 350 2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人