IDP
IDP copied to clipboard
The package manager can see pandas, but import pandas will prompt ModuleNotFoundError:No module named 'pandas'
Bug Report
What version of IDP are you using?
v1.0.0-linux-x64
What operating system and CPU are you using?
Ubuntu 20.04 Intel(R) Xeon(R) Platinum 8269CY CPU @ 2.50GHz
Steps to reproduce
wget https://baihai.cn-bj.ufileos.com/package/idp-studio-v1.0.0-linux-x64.tar.gz tar zxf idp-studio-v1.0.0-linux-x64.tar.gz cd idp-studio-v1.0.0-linux-x64 ./idp
What did you expect?
import pandas does not report an error
What did happened?
Error: ModuleNotFoundError:No module named 'pandas' ModuleNotFoundError Traceback (most recent call last) ----> 1 import pandas
2 df = pandas.util.testing.makeTimeDataFrame()
3 df.head()
ModuleNotFoundError: No module named 'pandas'
Additional Information
We fix it in the new version, please download and try it. https://baihai.cn-bj.ufileos.com/package/idp-studio-v1.1.0-linux-x64.tar.gz