Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rusherman opened this issue Feb 28, 2023 · 1 comment

Comments

@rusherman
Copy link

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

@shanwen
Copy link
Collaborator

shanwen commented Mar 8, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants