Entering edit mode
7.0 years ago
Chvatil
▴
140
'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