I am trying to use a package which converts currency. From here https://pypi.org/project/currency-symbols/
C:\Users\>pip install currency-symbols
Requirement already satisfied: currency-symbols in c:\users\user\appdata\local\packages\pythonsoftwarefoundation.python.3.8_qbz5n2kfra8p0\localcache\local-packages\python38\site-packages (2.0.3)
As you can see the requirement is already satisfied.
But I was still getting the error ModuleNotFound, so I check the version of python due to lack of better ideas.
C:\Users\user>python -V
Python 3.10.1
If you see the "requirement already satisfied" message from earlier, you will see it is also mentioning python 3.8 in the path. But when i checked the version it says python 3.10. What does that mean? Has it been incorrectly installed?
py -310 -m pipinstead ofpipandpy -310instead ofpython