podgorskiy / bimpy

imgui for python
https://podgorskiy.github.io/bimpy/
MIT License
204 stars 32 forks source link

Could not find a version that satisfies the requirement gl3w_gen #34

Closed donno2048 closed 4 years ago

donno2048 commented 4 years ago

when running python setup.py install on window10 with python 3.7 and 3.8 with pip 10.0 and 20.2 I get the following error:

Traceback (most recent call last):
  File "setup.py", line 22, in <module>
    from gl3w import gl3w_gen
ImportError: cannot import name 'gl3w_gen' from 'gl3w' (unknown location)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "setup.py", line 25, in <module>
    import gl3w_gen
ModuleNotFoundError: No module named 'gl3w_gen'
donno2048 commented 4 years ago

I cloned gl3w to bimpy directory and now this is working...