Closed tpian928 closed 6 months ago
Any updates on this error?
Any updates on this error?
+1
+1
Hi all, thanks for the report. This should be fixed with the v1.1.4 that I just released today. I'll close this issue but please open another one if you are still experiencing installation issues.
Description
When trying to build a wheel, an error occurred during the process of getting requirements. The error message indicates that the installation of NumPy is causing the problem, which is believed to be caused by the installation code in setup.py. It is suggested to remove related code in setup.py such as dist.Distribution().fetch_build_eggs(["numpy>=1.17.3"]) and install NumPy through requirements.txt instead. As the user is not sure how to solve this issue, they are seeking advice on whether it is possible to remove the code in setup.py and how to do so. The user has also checked issue #447 for similar issues but has not found a working solution.
Steps/Code to Reproduce
Start building a wheel Observe the error message during the process of getting requirements
Expected Results
The requirements should be successfully obtained, and the wheel should be built without any issue. Actual Results An error occurred during the process of getting requirements. The error message suggests that the installation of NumPy is causing the problem, which is believed to be caused by the installation code in setup.py.
Versions
Python version: 3.9.6 Surprise version: 1.1.3