Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/19.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
模块python-axolotl-curve25519.py中的无序类型错误_Python_Python 3.x_Typeerror_Yowsup - Fatal编程技术网

模块python-axolotl-curve25519.py中的无序类型错误

模块python-axolotl-curve25519.py中的无序类型错误,python,python-3.x,typeerror,yowsup,Python,Python 3.x,Typeerror,Yowsup,我想安装模块python-axolotl-curve25519.py,但我一直收到一个无序类型错误。 我已经在Python3.4和Python2.7上试过了。但是我一直从pip和easy_安装中得到相同的错误。我想安装yowsup库 这是回溯 Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\kenny\AppData\Loc

我想安装模块python-axolotl-curve25519.py,但我一直收到一个无序类型错误。 我已经在Python3.4和Python2.7上试过了。但是我一直从pip和easy_安装中得到相同的错误。我想安装yowsup库

这是回溯

Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\kenny\AppData\Local\Temp\pip-build-wzoc4cv_\python-axolotl-
curve25519\setup.py", line 27, in <module>
        platforms='any'
      File "C:\Python34\lib\distutils\core.py", line 148, in setup
        dist.run_commands()
      File "C:\Python34\lib\distutils\dist.py", line 955, in run_commands
        self.run_command(cmd)
      File "C:\Python34\lib\distutils\dist.py", line 974, in run_command
        cmd_obj.run()
      File "C:\Python34\lib\site-packages\setuptools\command\install.py", line 6
1, in run
        return orig.install.run(self)
      File "C:\Python34\lib\distutils\command\install.py", line 554, in run
        self.run_command('build')
      File "C:\Python34\lib\distutils\cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "C:\Python34\lib\distutils\dist.py", line 974, in run_command
        cmd_obj.run()
      File "C:\Python34\lib\distutils\command\build.py", line 126, in run
        self.run_command(cmd_name)
      File "C:\Python34\lib\distutils\cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "C:\Python34\lib\distutils\dist.py", line 974, in run_command
        cmd_obj.run()
      File "C:\Python34\lib\site-packages\setuptools\command\build_ext.py", line
 50, in run
        _build_ext.run(self)
      File "C:\Python34\lib\distutils\command\build_ext.py", line 317, in run
        force=self.force)
      File "C:\Python34\lib\distutils\ccompiler.py", line 1031, in new_compiler
        return klass(None, dry_run, force)
      File "C:\Python34\lib\distutils\cygwinccompiler.py", line 282, in __init__

        CygwinCCompiler.__init__ (self, verbose, dry_run, force)
      File "C:\Python34\lib\distutils\cygwinccompiler.py", line 126, in __init__

        if self.ld_version >= "2.10.90":
    TypeError: unorderable types: NoneType() >= str()
    Complete output from command C:\Python34\python.exe -c "import setuptools, t
okenize;__file__='C:\\Users\\kenny\\AppData\\Local\\Temp\\pip-build-wzoc4cv_\\py
thon-axolotl-curve25519\\setup.py';exec(compile(getattr(tokenize, 'open', open)(
__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record C:\
Users\kenny\AppData\Local\Temp\pip-c9d9a1jq-record\install-record.txt --single-v
ersion-externally-managed --compile:
    running install

    running build

    running build_ext

    Traceback (most recent call last):

      File "<string>", line 1, in <module>

      File "C:\Users\kenny\AppData\Local\Temp\pip-build-wzoc4cv_\python-axolotl-
curve25519\setup.py", line 27, in <module>

        platforms='any'

      File "C:\Python34\lib\distutils\core.py", line 148, in setup

        dist.run_commands()

      File "C:\Python34\lib\distutils\dist.py", line 955, in run_commands

        self.run_command(cmd)

      File "C:\Python34\lib\distutils\dist.py", line 974, in run_command

        cmd_obj.run()

      File "C:\Python34\lib\site-packages\setuptools\command\install.py", line 6
1, in run

        return orig.install.run(self)

      File "C:\Python34\lib\distutils\command\install.py", line 554, in run

        self.run_command('build')

      File "C:\Python34\lib\distutils\cmd.py", line 313, in run_command

        self.distribution.run_command(command)

      File "C:\Python34\lib\distutils\dist.py", line 974, in run_command

        cmd_obj.run()

      File "C:\Python34\lib\distutils\command\build.py", line 126, in run

        self.run_command(cmd_name)

      File "C:\Python34\lib\distutils\cmd.py", line 313, in run_command

        self.distribution.run_command(command)

      File "C:\Python34\lib\distutils\dist.py", line 974, in run_command

        cmd_obj.run()

      File "C:\Python34\lib\site-packages\setuptools\command\build_ext.py", line
 50, in run

        _build_ext.run(self)

      File "C:\Python34\lib\distutils\command\build_ext.py", line 317, in run

        force=self.force)

      File "C:\Python34\lib\distutils\ccompiler.py", line 1031, in new_compiler

        return klass(None, dry_run, force)

      File "C:\Python34\lib\distutils\cygwinccompiler.py", line 282, in __init__


        CygwinCCompiler.__init__ (self, verbose, dry_run, force)

      File "C:\Python34\lib\distutils\cygwinccompiler.py", line 126, in __init__


        if self.ld_version >= "2.10.90":

    TypeError: unorderable types: NoneType() >= str()

    ----------------------------------------

编辑您的问题以包含回溯。哪个模块的哪一行出现错误?对不起。我完全忘了。我尝试在Python2.7上安装它,效果很好。