简体   繁体   中英

Installation of Zeromq in windows for python

I'm trying to install zeromq in windows7. I'm following the instructions given in the documents of zeromq: http://zeromq.org/docs:windows-installations

When I enter this command

python setup.py configure --zmq=../libzmq 

I get this error

sh.exe : python: command not found.

How to solve this error and install zmq in windows?

You need to add python to your path environment variable. This will fix the installation error.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM