Skip to content

Instantly share code, notes, and snippets.

@tedthetrumpet
Created April 25, 2023 05:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tedthetrumpet/efb2b919a80c7d50ab0de52293e83b9b to your computer and use it in GitHub Desktop.
Save tedthetrumpet/efb2b919a80c7d50ab0de52293e83b9b to your computer and use it in GitHub Desktop.
clang -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -D__RTMIDI_SILENCE_WARNINGS__ -D__MACOSX_CORE__ -Isrc/rtmidi -I/Users/jsimon/.pyenv/versions/3.11.3/include/python3.11 -c src/_rtmidi.cpp -o build/temp.macosx-13.1-arm64-cpython-311/src/_rtmidi.o -frtti
src/_rtmidi.cpp:243:12: fatal error: 'longintrepr.h' file not found
#include "longintrepr.h"
^~~~~~~~~~~~~~~
1 error generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> python-rtmidi
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment