'from freegames import square,vector ModuleNotFoundError: No module named 'freegames'
I have been getting this error ever since i started to import freegames module in mine python file please help needed. I have installed freegames and pygame module (i guess) but when i try to install i get this peculiar erroenter image description here please help
Solution 1:[1]
Have you installed the module? If not, you can do it by writing pip install freegames. https://pypi.org/project/freegames/
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Ali |
