Closed rexolon closed 1 year ago
am using PyCharm btw
I suspect you're using Python 3.11, which I haven't yet published PyGLM for. I'm a little busy, so please remind me if I haven't published PyGLM for Python 3.11 in a week
oh alright thank you :D
Nevermind, PyGLM already supports 3.11. Are you using Python 3.12 (prerelease) perhaps?
no, i am using Python 3.11.4 but i switched to VSCode, it works there, so its probably a PyCharm thing abyway thanks for your time :)
i can install it with pip, that works but i cant import it to my projects when i impoprt it "import glm" i cant use it
e.g.: res = glm.vec2(1600, 900) but it gives the warning Cannot find reference 'vec2' in 'init.py | init.py'
i am 100% sure i installed PyGLM and NOT glm