syphonpy icon indicating copy to clipboard operation
syphonpy copied to clipboard

Trouble installing bimpy

Open aidanlincolnn opened this issue 3 years ago • 1 comments

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 from libs.gl3w import gl3w_gen ImportError: cannot import name 'gl3w_gen' from 'libs.gl3w' (unknown location)

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'

aidanlincolnn avatar Feb 24 '21 19:02 aidanlincolnn

hello! sorry for late reply. AFAIK gl3w doesn't support iOS's OpenGL ES so the package won't work

njazz avatar May 18 '21 12:05 njazz