PyCrypto在构建期间产生“无命令提供”错误

时间:2015-11-19 00:21:58

标签: python-3.x core setup.py pycrypto

对于计算机而言,我是一个硬核新手,但我正在尽力学习Python。也就是说,我正在上一个在线加密课程,而我正在尝试做一个需要PyCrypto的作业。我正在使用32位版本的Python 3.5。

我将PyCrypto文件(2.6.1,如果我没记错的话)下载并解压缩到一个文件夹,然后双击“dist”文件中的“setup.py”。一旦我执行了该文件,它就会转移到另一个名为“core.py”的代码,并显示以下错误消息:

Iterator<Integer> it = myMap.keySet().iterator(); while(it.hasNext()) { int first = it.next(); int second = it.next(); int third = it.next(); }

Traceback (most recent call last): File "C:\Users\Neil\Python\dist\pycrypto-2.6\setup.py", line 456, in <module> core.setup(**kw) File "C:\Users\Neil\AppData\Local\Programs\Python\Python35-32\Lib\distutils\core.py", line 136, in setup raise SystemExit(gen_usage(dist.script_name) + "\nerror: %s" % msg) builtins.SystemExit: usage: _sandbox.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: _sandbox.py --help [cmd1 cmd2 ...] or: _sandbox.py --help-commands or: _sandbox.py cmd --help

我不知道发生了什么,我希望有人可以非常简单地解释我应该怎样做以使其正常工作。我很抱歉是那个讨厌的人!

0 个答案:

没有答案