-
Notifications
You must be signed in to change notification settings - Fork 4
Description
After installing the precompiled wheel for 3.8.10 based on the steps in the readme and running the example, I receive this error when trying to run examples:
ModuleNotFoundError: No module named 'pybgfx'
And after running pip install pybgfx in an attempt to satisfy this requirement, I got...
ModuleNotFoundError: No module named 'pybgfx.utils'
I remember using this package (and the example) a long time ago and remember that this package worked absolutely fine. I also don't remember pybgfx being a requirement, especially because the files imported in the examples back then were importing from bgfx not from pybgfx. that change seems to have been made around this commit: 792b4c1
I should add that I was originally trying to get this package (bgfx-python) running in python 3.9.5 but that failed due to the same problem in this issue: #19