-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add upper bound for numpy version in dllib dependency #7548
Comments
Previous Failed Job: [Orca-Python-Ray-Py38-Spark3] Typical Error Message: This is due to mxnet does not support numpy 1.24, although the installation requirement for mxnet 1.9.1 is |
Reference:
|
Two possible solutions?
Here are all the src codes that have those deprecations
|
can change to np.int32
can change to str
|
By default for Python 3.8, pip install numpy>=3.19.5 will install numpy 1.24.2. |
Seems numpy 1.24 requires Failed job: https://github.com/intel-analytics/BigDL/actions/runs/4192715495/jobs/7268720402 |
Fixed. Orca code/unit tests have now supported numpy 1.24 |
I think this issue still persists. Are there any updates on this? |
Oh really? I think we have supported at least for numpy 1.24. Can you provide us with more information? Including your numpy version, and what piece of code you get the issue. We will then look into this. |
According to @hamham223 python 3.8 will default to install numpy 1.24, which will cause issues.
@hamham223 Paste the issues here and check what's the upper bound of the numpy we support.
The text was updated successfully, but these errors were encountered: