We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v1.0.0-linux-x64
Ubuntu 20.04 Intel(R) Xeon(R) Platinum 8269CY CPU @ 2.50GHz
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
import pandas does not report an error
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'
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
ModuleNotFoundError: No module named 'pandas'
Additional Information
The text was updated successfully, but these errors were encountered: