[pypy-issue] Issue #2228: get-pip.py fails in pypy3 (pypy/pypy)

timeyyy issues-reply at bitbucket.org
Tue Jan 19 13:00:05 EST 2016


New issue 2228: get-pip.py fails in pypy3
https://bitbucket.org/pypy/pypy/issues/2228/get-pippy-fails-in-pypy3

timeyyy:

looks related to Issue #1696

with pypy3-2.4.0-win32, install pip fails.

pypy get-pip.py
Requirement already up-to-date: pip in c:\pypy3-2.4.0-win32\site-packages
Collecting setuptools
  Using cached setuptools-19.4-py2.py3-none-any.whl
Collecting wheel
  Using cached wheel-0.26.0-py2.py3-none-any.whl
Installing collected packages: setuptools, wheel
Exception:
Traceback (most recent call last):
  File "c:\users\timeyyy\.babun\cygwin\tmp\tmph90pdy\pip.zip\pip/basecommand.py", line 211, in main
    status = self.run(options, args)
  File "c:\users\timeyyy\.babun\cygwin\tmp\tmph90pdy\pip.zip\pip/commands/install.py", line 311, in run
    root=options.root_path,
  File "c:\users\timeyyy\.babun\cygwin\tmp\tmph90pdy\pip.zip\pip/req/req_set.py", line 646, in install
    **kwargs
  File "c:\users\timeyyy\.babun\cygwin\tmp\tmph90pdy\pip.zip\pip/req/req_install.py", line 803, in install
    self.move_wheel_files(self.source_dir, root=root)
  File "c:\users\timeyyy\.babun\cygwin\tmp\tmph90pdy\pip.zip\pip/req/req_install.py", line 998, in move_wheel_files
    isolated=self.isolated,
  File "c:\users\timeyyy\.babun\cygwin\tmp\tmph90pdy\pip.zip\pip/wheel.py", line 465, in move_wheel_files
    generated.extend(maker.make(spec))
  File "c:\users\timeyyy\.babun\cygwin\tmp\tmph90pdy\pip.zip\pip/_vendor/distlib/scripts.py", line 353, in make
    self._make_script(entry, filenames, options=options)
  File "c:\users\timeyyy\.babun\cygwin\tmp\tmph90pdy\pip.zip\pip/_vendor/distlib/scripts.py", line 257, in _make_script
    self._write_script(scriptnames, shebang, script, filenames, ext)
  File "c:\users\timeyyy\.babun\cygwin\tmp\tmph90pdy\pip.zip\pip/_vendor/distlib/scripts.py", line 193, in _write_script
    launcher = self._get_launcher('t')
  File "c:\users\timeyyy\.babun\cygwin\tmp\tmph90pdy\pip.zip\pip/_vendor/distlib/scripts.py", line 332, in _get_launcher
    result = finder(distlib_package).find(name).bytes
AttributeError: 'NoneType' object has no attribute 'bytes'







More information about the pypy-issue mailing list