I am trying to run the Python 3 module '3to2' on Windows 10. Here is part of my pip3 list
:
Package Version
----------------------------- -----------
3to2 1.1.1
I am trying to execute it with py -3 -m 3to2
, but am receiving this:
C:\Users\Ben Bistline\AppData\Local\Programs\Python\Python39\python.exe: No module named 3to2
I think it has something to do with my Python Path, but I am unsure.
Thanks!