Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble installing bimpy #11

Open
aidanlincolnn opened this issue Feb 24, 2021 · 1 comment
Open

Trouble installing bimpy #11

aidanlincolnn opened this issue Feb 24, 2021 · 1 comment
Labels
question Further information is requested

Comments

@aidanlincolnn
Copy link

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/python@3.8/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'
@njazz
Copy link
Owner

njazz commented May 18, 2021

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

@njazz njazz added the question Further information is requested label May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants