anvil-parser icon indicating copy to clipboard operation
anvil-parser copied to clipboard

Can't import anvil-parser in latest version of python

Open Johannled opened this issue 2 years ago • 1 comments

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.

Johannled avatar Dec 17 '21 10:12 Johannled

I was having the same problem earlier. For some reason running

python -m pip install anvil-parser

seems to work just fine.

anematode avatar Feb 06 '22 06:02 anematode