-
Hi, I am trying to use pybag to compile a python/pygame project in wasm (duh) for a school project, but I am encountering an issue ( that may be due to my school's macOS version : 10.15.7 (19H2026) ). When running either ' python3 -m pip install --user pybag ' or ' pip3 install --user pybag ', I receive error messages mentioning a conflict: ( I also have this when not using --user, but I need to since I do not have the permissions to pip install on root )
However, since I am on macOS, I do not have and cannnot install pywin32, as it is solely for windows. From my searches online, it seems that pybag is supposed to work on both mac and linux as well as windows, so I do not understand why it requires pywin32 for me. Again, I suspect this might be due to the older macOS version my school uses.. somehow(?). Any help of conrfirmation I am not the only one to have this problem is welcomed. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Nevermind I am a blind idiot, I forgot the G in pygbag 💀 |
Beta Was this translation helpful? Give feedback.
-
indeed, don't bash yourself it's a classic :) |
Beta Was this translation helpful? Give feedback.
-
Same here, Ig we both lack braincells |
Beta Was this translation helpful? Give feedback.
Nevermind I am a blind idiot, I forgot the G in pygbag 💀