Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.
/ pip_issue_2892 Public archive

Simple Python package to demonstrate pypa/pip/#2892 🐛

License

Notifications You must be signed in to change notification settings

stefano-m/pip_issue_2892

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Simple Python package to demonstrate pypa/pip/#2892 🐛

Doing pip install on Windows for a package that creates a deep hierarchy of directories (e.g. by using npm install internally) fails to remove its temporary build directory pip-*-build because of the path length limitations imposed by Windows. This leaves the package "half installed".

Requirements

  • Windows 7
  • Python 2.7.9
  • pip 7.0.3
  • virtualenv 13.0.3
  • setuptools 17.0
  • nodejs/npm >=0.12.4

How to reproduce

Running pip install . on a Windows machine should fail. Do this in a virtual environment to keep the system clean.

About

Simple Python package to demonstrate pypa/pip/#2892 🐛

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages