Python Forum
Python stopped while creating new jupiter notebook
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python stopped while creating new jupiter notebook
#1
Dear Team,
Installed Anaconda latest version by following the prerequistes mentioned and as per installation guidelines mentioned in anaconda website.
In command prompt
>jupyter notebook
opened gui
tried to create new notebook with python3
error thrown as below:
Assertion failed :protocol wrong type for socket [10041 ] c:\ci\zeromq_1549025594292\work\src\ip.cpp:417
Kindly guide to resolve this issue.

Regards,
Geetha S
Reply
#2
Quote:WSAEPROTOTYPE
10041

Protocol wrong type for socket.
A protocol was specified in the socket function call that does not support the semantics of the socket type requested. For example, the ARPA Internet UDP protocol cannot be specified with a socket type of SOCK_STREAM.

although this discussion is for PHP, it may be relative: https://sourceforge.net/p/devphp/bugs/260/
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020