python-goto icon indicating copy to clipboard operation
python-goto copied to clipboard

from goto import goto ModuleNotFoundError: No module named 'goto'

Open bayouprophet22 opened this issue 5 years ago • 4 comments

I tried installing the module several times and I still get the error. Is there an alternative for Python 3.8 for windows?

bayouprophet22 avatar Aug 30 '20 17:08 bayouprophet22

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....

NeezerGu avatar Nov 12 '20 12:11 NeezerGu

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?

Dermor849 avatar Jun 29 '21 00:06 Dermor849

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 :)

Axle-Ozz-i-sofT avatar Aug 08 '21 07:08 Axle-Ozz-i-sofT

Confirmed broken in 3.7 and 3.8 too. Is this package abandoned ?

kb3ien avatar Feb 07 '22 03:02 kb3ien