I've tried downloading from pip and manually from GitHub but no matter how I do it I am always met with the same error when I import the module:
Traceback (most recent call last):
File "C:\Users\Johannes Ledendal\Desktop\OperationShreksHouse\main.py", line 1, in <module>
import anvil
ModuleNotFoundError: No module named 'anvil'
It seems like the module isn't installing correctly but it says this no matter how I download it or import it.