You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i could just be missing something but when i run the commands listed, the install fails. below is the error message.
Traceback (most recent call last):
File "setup.py", line 36, in
extra_compile_args=pkgconfig('--cflags', 'bullet'),
File "setup.py", line 7, in pkgconfig
stdout=subprocess.PIPE)
File "C:\Python32\lib\subprocess.py", line 736, in init
restore_signals, start_new_session)
File "C:\Python32\lib\subprocess.py", line 946, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
The text was updated successfully, but these errors were encountered:
i could just be missing something but when i run the commands listed, the install fails. below is the error message.
Traceback (most recent call last):
File "setup.py", line 36, in
extra_compile_args=pkgconfig('--cflags', 'bullet'),
File "setup.py", line 7, in pkgconfig
stdout=subprocess.PIPE)
File "C:\Python32\lib\subprocess.py", line 736, in init
restore_signals, start_new_session)
File "C:\Python32\lib\subprocess.py", line 946, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
The text was updated successfully, but these errors were encountered: