-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Problem to launch jupyter notebook #4245
Comments
I have no proper idea to suggest, but try updating the notebook with |
Hi Thomas Hi Thomas |
Nenadzi, have you managed to solve this problem? I have the same problem with running jupyter notebook. I used to have all up and running, both anaconda 2 and anaconda 3 installed and then I have decided to re-install all and work only with anaconda 3 and now I can not make jupyter notebook work again . Log is bellow. Can somebody or you help? Thnx Traceback (most recent call last): |
Ok, I have the exact message (except the user name part)... I've tried what you've suggested over here, but nothing helped :( Is anyone found solution by now? Thank in advance |
@pedjaziv |
Thanks @r4m0 . This actually solved my problem. Nicknames of people having a same problem indicates that this was an issue related to Balkan region, and now I'm 100% positive that those certs was a problem, because I had same problem on two machines where I have installed mentioned certs, and I had no issues on the other ones.... So once again, thank you and I want to thank @PaleNeutron also. I assume his method also works, but at the moment I need to keep those certs and cannot delete them. Kind regards, |
@pedjaziv Exactly. I am from Serbia, Belgrade. I also did not want to delete those certs, so at the moment this was the only acceptable solution for me. |
Hi @r4m0 @pedjaziv , Now my _load_windows_store_certs function looks like this now (lines 460-473):
But then again, I am not really an expert in this, and I didn't know much about ssl or CA before this, so I would welcome any feedback on what I did here, and what impact it could have. Thanks, |
Thanks Boris ! |
Hi, |
I had the same issue. Copying the following dlls (libcrypto-1_1-x64.dll, libssl-1_1-x64.dll) from C:\ProgramData\Anaconda3\Library\bin to C:\ProgramData\Anaconda3\DLLs solved my issue. This is on Windows 10 with Anaconda3 64-bit. |
This issue has been mentioned on Jupyter Community Forum. There might be relevant details there: |
Same for me, this resolved my issue, thank you. |
hi! i am facing with the same issue. i cant start the jupyter or anaconda, dunno why. how did u solve it in cmd prompt or? thanks, vera |
this is my eror constantly. (base) C:\Users\Vera> jupyter notebook |
Hi @vera942, The error seems like a general issue when handling the file for reading or writing. The file is locked for some reason and that may be causing an issue. I might recommend completely uninstalling Anaconda and then reinstalling it somewhere other then C:\Users\Vera\anaconda3, even maybe on some other drive. If that doesn't solve the issue, there may be some other issue with your system. |
i solved it. reinstall the OS. thanks anyway :)
Vera Dimitrievska
https://www.kaggle.com/vdimitrievska/notebooks
https://github.com/vera942?tab=repositories
www.verevere.wordpress.com
T in NL: +31644801757
T in MKD: + 389 77 503699
skype name:veravera942
…On Sat, 19 Sep 2020 at 23:58, Ramadan Halili ***@***.***> wrote:
Hi @vera942 <https://github.com/vera942>,
The error seems like a general issue when handling the file for reading or
writing. The file is locked for some reason and that may be causing an
issue. I might recommend completely uninstalling Anaconda and then
reinstalling it somewhere other then C:\Users\Vera\anaconda3, even maybe on
some other drive. If that doesn't solve the issue, there may be some other
issue with your system.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4245 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF5NP64BOHZDGHDBNV5XVXLSGUSRDANCNFSM4GHIU66Q>
.
|
So far, deleting |
If someone has solved this problem (after package update, very annoying), could you please share your fix? My error log reads:
|
Iz looks to me the same issue people are facing in Serbia and some other countries due to issue with SSL certificates. I followed instructions for some "solutions" with no result. Finally, I had to install jupyter on the computer without SSL certificates. |
Couldn't be more precise from this. This actually solved my problem without deleting certs. |
Deleting |
For Anaconda3-2021.11 and Serbian "MUP Republike Srbije" cert this issue can be solved by editing if trust is True or purpose.oid in trust: add one additional line below it, so it looks like this: if trust is True or purpose.oid in trust:
if "MUP Republike Srbije" not in str(cert):
certs.extend(cert) This pretty much fixed it for me, all credits go to: https://algora.petlja.org/t/python-instalacija-windows/999/8 |
I spent 3 days trying to figure out why i cant use streamlit and i realy cant believe this is the reason... Hvala :) |
Same here!!! just remove the application!! |
Same here, this resolved my issue, thank you! |
i encounted the same problem on lauching pyspider in conda 23.5.2 on Win10. Removing ssl.py line 588 and 589 true works for me. Besides i've tried to add a certificate by "conda install certifi" and give its path to ssl_verify, however it doesn't work. |
Posle više dana, rešenje je bilo sledeće: uninstalirala sam čitač elektronske karte sa računara i automatski sam ponovo pokrenula Jupyter iz Anaconde. Ne mogu da verujem da je čitač pravio problem. |
Just to add to what @BorisStricky have advised: if "24x7.co.yu" not in str(cert): |
Hi everyone,
I've already installed anaconda and start up anaconda prompt, but I cant start jupyter notebook in any way.
Also, I can't initiated anaconda navigator, anaconda prompt has recognised only
OS is W10.
Firewall is turn off.
message below
Many thanks
(base) C:\Users\nenadzi>jupyter notebook
Traceback (most recent call last):
File "C:\Users\nenadzi\AppData\Local\Continuum\anaconda3\Scripts\jupyter-notebook-script.py", line 6, in
File "C:\Users\nenadzi\AppData\Local\Continuum\anaconda3\lib\site-packages\notebook\notebookapp.py", line 61, in
File "C:\Users\nenadzi\AppData\Local\Continuum\anaconda3\lib\site-packages\tornado\httpserver.py", line 33, in
File "C:\Users\nenadzi\AppData\Local\Continuum\anaconda3\lib\site-packages\tornado\http1connection.py", line 31, in
File "C:\Users\nenadzi\AppData\Local\Continuum\anaconda3\lib\site-packages\tornado\iostream.py", line 41, in
File "C:\Users\nenadzi\AppData\Local\Continuum\anaconda3\lib\site-packages\tornado\netutil.py", line 45, in
File "C:\Users\nenadzi\AppData\Local\Continuum\anaconda3\lib\ssl.py", line 578, in create_default_context
File "C:\Users\nenadzi\AppData\Local\Continuum\anaconda3\lib\ssl.py", line 479, in load_default_certs
File "C:\Users\nenadzi\AppData\Local\Continuum\anaconda3\lib\ssl.py", line 471, in _load_windows_store_certs
ssl.SSLError: nested asn1 error (_ssl.c:3840)
(base) C:\Users\nenadzi>
The text was updated successfully, but these errors were encountered: