AttributeError: module 'glm' has no attribute 'ivec3'
Closed this issue · 4 comments
happyleibniz commented
first:
pip install glm
then
Traceback (most recent call last):
File "C:\Users\Spinoza\python-minecraft-clone\community\main.py", line 17, in <module>
import player
File "C:\Users\Spinoza\python-minecraft-clone\community\player.py", line 5, in <module>
import chunk
File "C:\Users\Spinoza\python-minecraft-clone\community\chunk.py", line 6, in <module>
import subchunk
File "C:\Users\Spinoza\python-minecraft-clone\community\subchunk.py", line 1, in <module>
from util import *
File "C:\Users\Spinoza\python-minecraft-clone\community\util.py", line 3, in <module>
DIRECTIONS = (glm.ivec3(1, 0, 0),
AttributeError: module 'glm' has no attribute 'ivec3'
(new.computer here)
happyleibniz commented
to install:
1.
do pip install pyglm
2.
pip uninstall glm
Then
pip install pyglm
obiwac commented
what's the issue here?
happyleibniz commented
nothing:)
sorry:))))
just some noobs typed pip install glm instead of pip install pyglm
…________________________________
From: Aymeric Wibo ***@***.***>
Sent: Wednesday, September 20, 2023 6:43 AM
To: obiwac/python-minecraft-clone ***@***.***>
Cc: happyleibniz ***@***.***>; Author ***@***.***>
Subject: Re: [obiwac/python-minecraft-clone] AttributeError: module 'glm' has no attribute 'ivec3' (Issue #102)
what's the issue here?
—
Reply to this email directly, view it on GitHub<#102 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A5CFXZN4LNUBCAW3FDSPJZ3X3INYXANCNFSM6AAAAAA42XIGMI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
happyleibniz commented
nothing:)
sorry:))))
just some noobs typed pip install glm instead of pip install pyglm