Closed LightRider5 closed 2 years ago
On MacOS I got this error after pip install cashu:
pip install cashu
Pyconfig.h File not found during spec256 installation.
Pyconfig.h File not found
Fixed it with:
CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:/Users/your/path/python3.7m
Thank you!
According to this stackexchange post, you can find the correct include path (to be put into CPLUS_INCLUDE_PATH) using the command: python3.7-config --includes --libs
CPLUS_INCLUDE_PATH
python3.7-config --includes --libs
On MacOS I got this error after
pip install cashu
:Pyconfig.h File not found
during spec256 installation.Fixed it with:
CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:/Users/your/path/python3.7m