介绍 根据网上资料介绍的方法,很多无法解决,花了点时间,也算解决了,以下为此次解决后的记录! 关键: - bzip2源码安装时指定参数; - python需要重新安装; 这样,最终解决了问题! 问题 In [1]: import pandas as pd --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) …… /data/.pyenv/versions/3.6.7/envs/test/lib/python3.6/site-packages/pandas/io/common.py in <module> 1 """Common IO api utilities""" 2 ...
10月 ago
Centos7 Python3源码安装bz2
19六月