arda-guler / PanzerFunction

3D pyOpenGL real-time tank game. WIP
MIT License
1 stars 0 forks source link

importerror: failed to load GLFW3 shared lib #1

Open ohcomeonman opened 1 year ago

ohcomeonman commented 1 year ago
image
ohcomeonman commented 1 year ago

I'm quite new to coding, and I find this issue, can anyone help me? quick...holiday's ending!!!

arda-guler commented 1 year ago

Ensure glfw is available.

sudo apt-get install libglfw3
sudo apt-get install libglfw3-dev

Or, if on Windows, try copying your glfw3.dll to the same folder as the script.

ohcomeonman commented 1 year ago

thank you very much, I appreciate!

ohcomeonman commented 1 year ago

sorry to bother again, but there's an issue again when I try to run the command you sent me...

image

sorry, I don't know if I'm in windows or not...

ohcomeonman commented 1 year ago

I reopen this issue, I accidently closed it...

arda-guler commented 1 year ago

It appears that you are using a Linux distro (and therefore not Microsoft Windows). Make sure you have root privileges before running that command. Or try the steps explained in the following link: https://askubuntu.com/a/471503

arda-guler commented 1 year ago

I should also add that the latest issue you encountered when running the command is not related with PanzerFunction. I'd try looking for help from Linux forums and the like.