Closed oxhaowang closed 7 years ago
you have an installation problem. pls read the instructions here. conda install pandas
or pip install pandas
works.
@jreback I did installed with pip...
wjy@wjy-Z270X-UD3:~/blake/medical/test$ conda install pandas Fetching package metadata ............... Solving package specifications: .
Package plan for installation in environment /home/wjy/anaconda3:
The following NEW packages will be INSTALLED:
pandas: 0.20.3-py35_0 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
Proceed ([y]/n)? y
wjy@wjy-Z270X-UD3:~/blake/medical/test$ python Python 3.5.2 |Anaconda custom (64-bit)| (default, Jul 2 2016, 17:53:06) [GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux Type "help", "copyright", "credits" or "license" for more information.
import pandas import pandas as pd pd.test() running: pytest --skip-slow --skip-network /home/wjy/anaconda3/lib/python3.5/site-packages/pandas ============================ test session starts ============================= platform linux -- Python 3.5.2, pytest-2.9.2, py-1.4.31, pluggy-0.3.1 rootdir: /home/wjy/anaconda3/lib/python3.5/site-packages/pandas, inifile: collecting 6594 items / 2 skipped段错误 (核心已转储)
Problem Description
For latest 0.20.1 version I got:
When I rolled back to version 0.19.2, the import line works fine but not the test function, see:
This might not be a pandas issue after all. I am posting this in case anyone got any clues..
Other installed python3 modules on my machine are
Output of
pd.show_versions()