Off topic:C extension: No module named 'pandas._libs.tslib' not built (pandas)
0
0
Entering edit mode
6.0 years ago
Chvatil ▴ 130

'm actually using the pandas module in my script.

The scipt is running on a server in ssh with python3. Usually, I export the programm file on my home server and then I change the PYTHONPATH.

But I actually got this error message;

Traceback (most recent call last):
  File "/me/scripts/divergence.py", line 22, in <module>
    import pandas as pd
  File "/me/TOOLS/pandas-master/pandas/__init__.py", line 35, in <module>
    "the C extensions first.".format(module))
ImportError: C extension: No module named 'pandas._libs.tslib' not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace --force' to build the C extensions first.

Anyone has an idea?

THANKS

python3 pandas • 22k views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 2279 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6