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
Percy
Percy13mo ago
Project ID: N/A
Brody
Brody13mo ago
n/a
conductor.eth
conductor.eth13mo ago
project ID: 7f9e3917-e43f-46c6-9037-9880e43ea09f 7f9e3917-e43f-46c6-9037-9880e43ea09f
Brody
Brody13mo ago
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
conductor.eth
conductor.eth13mo ago
In this chat?
Brody
Brody13mo ago
yes please, as a .txt file
conductor.eth
conductor.eth13mo ago
Ok
conductor.eth
conductor.eth13mo ago
Here's the build log it's extremely long because it's an error with numpy
conductor.eth
conductor.eth13mo ago
I appreciate any help, insight, or guidance.
Brody
Brody13mo ago
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
Jack
Jack13mo ago
Stack Overflow
ERROR: Failed building wheel for numpy , ERROR: Could not build whe...
Im using python poetry(https://python-poetry.org/) for dependency management in my project. Though when Im running poetry install, its giving me below error. ERROR: Failed building wheel for nump...
conductor.eth
conductor.eth13mo ago
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!
Jack
Jack13mo ago
Perfect, happy shipping!