Examples don't run (Windows 3.8.10)
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: https://github.com/fbertola/bgfx-python/commit/792b4c1ddf94b6bcbb46cdef2bb7df6de45f00ea
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: https://github.com/fbertola/bgfx-python/issues/19