python-goto
python-goto copied to clipboard
from goto import goto ModuleNotFoundError: No module named 'goto'
I tried installing the module several times and I still get the error. Is there an alternative for Python 3.8 for windows?
pip install pip install goto-statement Requirement already satisfied: pip in c:\users\xxxxxxx\scoop\apps\python\3.9.0\lib\site-packages (20.2.4) Collecting install Downloading install-1.3.4-py3-none-any.whl (3.1 kB) Collecting goto-statement Downloading goto_statement-1.2-py2.py3-none-any.whl (5.6 kB) Installing collected packages: install, goto-statement Successfully installed goto-statement-1.2 install-1.3.4
Although I can not use it....
pip install pip install goto-statement Requirement already satisfied: pip in c:\users\xxxxxxx\scoop\apps\python\3.9.0\lib\site-packages (20.2.4) Collecting install Downloading install-1.3.4-py3-none-any.whl (3.1 kB) Collecting goto-statement Downloading goto_statement-1.2-py2.py3-none-any.whl (5.6 kB) Installing collected packages: install, goto-statement Successfully installed goto-statement-1.2 install-1.3.4
Although I can not use it....
That's exactly what's happening to me, I've even tried upgrading pip and downloading it several times, and after it told me it has been successfully downloaded it won't allow me to use it in my script. Even in my command console, when I use pip list there is the goto-statement file there. Someone help?
I have just attempted to use this. There is an internal error in the goto.py module. Maybe a compatibility issue with the current v3.9.x I haven't attempted to correct it as I have more important things to do atm :)
Confirmed broken in 3.7 and 3.8 too. Is this package abandoned ?