简体   繁体   English

在python 3.7上安装Numberjack

[英]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. 我试图在Python中使用约束编程,所以我试图从Github安装Numberjack标准软件包。 I downloaded the archive but i don't know what to do with it. 我下载了档案,但我不知道该怎么做。 Someone can help me? 有人可以帮我吗?

I am using windows 我正在使用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\\ 命令“ python setup.py egg_info”在C:\\ Users \\ user \\ AppData \\ Local \\ Temp \\ pip-install-ixtvck33 \\ Numberjack \\中失败,错误代码为1

If you are trying to install by cloning the report, Do the following 如果您尝试通过克隆报告进行安装,请执行以下操作

git clone git克隆

then do the following 然后执行以下操作

cd Numberjack

python setup.py build

python setup.py install

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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