IDP icon indicating copy to clipboard operation
IDP copied to clipboard

The package manager can see pandas, but import pandas will prompt ModuleNotFoundError:No module named 'pandas'

Open rusherman opened this issue 3 years ago • 1 comments

Bug Report

image

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

rusherman avatar Feb 28 '23 08:02 rusherman

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

shanwen avatar Mar 08 '23 06:03 shanwen