Skip to content

Installation/Launch Issue for Anaconda #2144

@sec348-d

Description

@sec348-d

Traceback (most recent call last):
File "C:anaconda3\Scripts\spyder-script.py", line 6, in
from spyder.app.start import main
File "C:anaconda3\Lib\site-packages\spyder\app\start.py", line 44, in
import zmq
File "C:anaconda3\Lib\site-packages\zmq_init_.py", line 52, in
from zmq import backend
File "C:anaconda3\Lib\site-packages\zmq\backend_init_.py", line 30, in
raise original_error from None
File "C:anaconda3\Lib\site-packages\zmq\backend_init_.py", line 25, in
ns = select_backend(first)
^^^^^^^^^^^^^^^^^^^^^
File "C:anaconda3\Lib\site-packages\zmq\backend\select.py", line 31, in select_backend
mod = import_module(name)
^^^^^^^^^^^^^^^^^^^
File "C:anaconda3\Lib\importlib_init
.py", line 126, in import_module
return _bootstrap.gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:anaconda3\Lib\site-packages\zmq\backend\cython_init
.py", line 6, in
from . import _zmq
File "C:anaconda3\Lib\site-packages\zmq\backend\cython_zmq.py", line 33, in
raise ImportError(msg)
ImportError:
Attempting to import zmq Cython backend, which has not been compiled.

This probably means you are importing zmq from its source tree.
if this is what you want, make sure to do an in-place build first:

pip install -e 'C:anaconda3\Lib\site-packages'

If it is not, then 'C:anaconda3\Lib\site-packages' is probably on your sys.path,
when it shouldn't be. Is that your current working directory?

If neither of those is true and this file is actually installed,
something seems to have gone wrong with the install!
Please report at https://github.com/zeromq/pyzmq/issues

I just deleted my file path in the beginning Main issue is in anaconda update

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions