简体   繁体   中英

install Numberjack on python 3.7

I am trying to use Constraint Programming in Python and so I am trying to install the Numberjack standard package from Github. I downloaded the archive but i don't know what to do with it. Someone can help me?

I am using windows

I tried the command that you suggest to me but i got this error

Command "python setup.py egg_info" failed with error code 1 in C:\\Users\\user\\AppData\\Local\\Temp\\pip-install-ixtvck33\\Numberjack\\

If you are trying to install by cloning the report, Do the following

git clone

then do the following

cd Numberjack

python setup.py build

python setup.py install

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