-
Notifications
You must be signed in to change notification settings - Fork 84
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
ModuleNotFoundError: No module named 'urllib3.packages.six.moves' #1422
Comments
Same issue, is there a fix for this? |
No, I failed to solve this problem.
获取Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: B.Burt ***@***.***>
Sent: Wednesday, January 3, 2024 3:12:22 AM
To: okpy/ok ***@***.***>
Cc: Stephen Zhiyi Lin ***@***.***>; Author ***@***.***>
Subject: Re: [okpy/ok] ModuleNotFoundError: No module named 'urllib3.packages.six.moves' (Issue #1422)
Same issue, is there a fix for this?
―
Reply to this email directly, view it on GitHub<#1422 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AWV33BAXCDD3XS5A6TDHGEDYMRLZNAVCNFSM6AAAAABABIYRFKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZUGQZTKOJZGI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I used python version 3.11 (I first tried version 3.10 and it worked) in a virtual environment. ok doesn't like pyhon3.12 for some reason. I'm on Fedora, so first I installed Python3.11 with:
then in my directory for the course (venv would work too):
then activate it:
|
我也遇到这样的问题,刚刚成功解决。
我感觉可能是版本太高的问题,于是我卸载了3.12和3.11,安装了3.9,就可以运行了。 |
感谢老哥,就是版本问题,解决了! |
I am studying UCB's CS61A course. I have downloaded the ok program from the course website. However, when I was trying to run the ok program on my terminal, there was something wrong and the terminal reported ModuleNotFoundError: No module named 'urllib3.packages.six.moves'. How can I solve this problem?
The error tracebacks are:
I have reinstalled the urllib3 package, but I still can not solve the problem. I hope that I can run the ok program on my terminal normally in order to test my labs, assignments and homeworks. I would be appreciated if I can get your help!
PS:
The text was updated successfully, but these errors were encountered: