Help with deployment error
I've been getting this ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based. I have a test version deployed and I had no issues, the only difference with my new version is that i'm using pandas and installing it in my requirments. Is there any suggestions on how to get the app to compile correctly?
13 Replies
Project ID:
N/A
n/a
project ID: 7f9e3917-e43f-46c6-9037-9880e43ea09f
7f9e3917-e43f-46c6-9037-9880e43ea09f
fun fact, project id is only applicable when there is an issue with the railway platform itself
either way, please provide your full build logs
In this chat?
yes please, as a .txt file
Ok
Here's the build log it's extremely long because it's an error with numpy
I appreciate any help, insight, or guidance.
sorry I got busy doing work around the house
please send me the table at the top of the build logs and let me know what version of python you use locally
Have you tried this? https://stackoverflow.com/a/70566445
Stack Overflow
ERROR: Failed building wheel for numpy , ERROR: Could not build whe...
I
m using python poetry(https://python-poetry.org/) for dependency management in my project.
Though when I
m running poetry install, its giving me below error.
ERROR: Failed building wheel for nump...Thanks, Jack. Upon further investingation it pandas version compatibility with nixpacks, I had to drop the pandas import version down to 1.2.5 for anyone that may run into the issue. So yep, you did help!
Perfect, happy shipping!