syphonpy
syphonpy copied to clipboard
Trouble installing bimpy
Any ideas about how to fix this error? I haven't been able to figure out how to properly install gl3w on ios. Any help would be very appreciated.
pip3.8 install bimpy
ERROR: Command errored out with exit status 1:
command: /usr/local/opt/[email protected]/bin/python3.8 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/pip-install-o7vee3j_/bimpy/setup.py'"'"'; file='"'"'/private/tmp/pip-install-o7vee3j_/bimpy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/tmp/pip-pip-egg-info-57rc07up
cwd: /private/tmp/pip-install-o7vee3j_/bimpy/
Complete output (12 lines):
Traceback (most recent call last):
File "/private/tmp/pip-install-o7vee3j_/bimpy/setup.py", line 47, in
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/tmp/pip-install-o7vee3j_/bimpy/setup.py", line 50, in <module>
import gl3w_gen
ModuleNotFoundError: No module named 'gl3w_gen'
hello! sorry for late reply. AFAIK gl3w doesn't support iOS's OpenGL ES so the package won't work