概述
首先使用 sys 下的 path 变量查看所有的 python 路径:
import sys sys.path
标准库
- lib 目录下(home 目录/pythonXX.XX/lib)
第三方库
- 在 lib 下的 site-packages 目录下
- home 目录/pythonXX.XX/lin/site-packages/
>> import moudle >> module.__file__
如:
>> import theano >> theano.__file__ /home/bigdata/anaconda2/lib/python2.7/site-packages/theano/__init__.pyc
- 在 lib 下的 site-packages 目录下
1. tensorflow
- 安装时的问题:import tflearn error: AttributeError: module ‘pandas’ has no attribute ‘computation’
- 解决方案:pip install dask –upgrade
- import tflearn error: AttributeError: module ‘pandas’ has no attribute ‘computation’
最后
以上就是犹豫手链为你收集整理的Python 标准库和第三方库的安装位置、Python 第三方库安装的各种问题及解决的全部内容,希望文章能够帮你解决Python 标准库和第三方库的安装位置、Python 第三方库安装的各种问题及解决所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复