Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bayouprophet22 opened this issue Aug 30, 2020 · 4 comments
Open

Comments

@bayouprophet22
Copy link

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

@NeezerGu
Copy link

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

@Dermor849
Copy link

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?

@Axle-Ozz-i-sofT
Copy link

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

@kb3ien
Copy link

kb3ien commented Feb 7, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants