Open mpahic opened 4 years ago
@mpahic It looks like the relevant linker error is just above where you started the error message in the issue. Could you please add your full error log?
Any updates on this? I'm getting a similar error. My setuptools version in 48.0.0
What version of gRPC and what language are you using?
grpcio-1.28.1
What operating system (Linux, Windows,...) and version?
Armbian 5.4.31-sunxi VERSION=20.02.1
What runtime / compiler are you using (e.g. python version or version of gcc)
pip 20.0.2 from env/lib/python3.7/site-packages/pip (python 3.7)
What did you do?
I am basically trying to install package firebase-admin, but which is dependant on grpcio, which is unable to install, so I am trying to install the package by itself env/bin/python -m pip install --upgrade grpcio
There was a memory issue, and on stack overflow it advised to increase the swap file so I did that. Now, I no longer see the memory error in the logs, but I am still unable to install grpcio.
What did you expect to see?
Package installation.
What did you see instead?
Anything else we should know about your project / environment?
All the packages from apt are up to date, also python3, pip and wheel 0.34.2 I removed mayority of the stacktrace due to the reporting tool constraint .