Python Forum

Full Version: Python stopped while creating new jupiter notebook
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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/