module 'tkintermapview' not found error in python

47 Views Asked by At

I have this: module 'tkintermapview' not found error in python. I'm using Python 3.11 version. Pls help me on this. Have been trying for a day.

I'm totally zero beginner in Python. I tried to import this module in MS store.

1

There are 1 best solutions below

0
ndclt On

I guess that's tkintermapview is this package on github or on pypi.

If you install Python from MS store, you get plain Python with everything described in the official documentation and not external packages.

If you want to use external packages, you should check before the virtual env and pip usage with this tutorial.

It will allow you to install tkintermapview for your project.