Code Monkey home page Code Monkey logo

Comments (3)

wolever avatar wolever commented on August 18, 2024

Thanks! I’m a bit swamped right now, but I’d be happy to merge a PR that fixes this!

David

On Oct 14, 2015, at 11:34 AM, Seth Rosenblum [email protected] wrote:

When running dir2pi with symlinks and package normalization, dir2pi will fail if the same package is present with both a normalized and non-normalized package name. For instance, if I have these two wheels in a directory:

requests_oauthlib-0.4.2-py2.py3-none-any.whl # version from pypi
requests-oauthlib-0.4.2-py2.py3-none-any.whl # version created by pip2pi
running dir2pi will fail with an unhelpful error:

$ dir2pi --normalize-package-names wheelhouse
Traceback (most recent call last):
File "/usr/local/bin/dir2pi", line 11, in
sys.exit(dir2pi())
File "/usr/local/lib/python2.7/dist-packages/libpip2pi/commands.py", line 268, in dir2pi
return _dir2pi(option, argv)
File "/usr/local/lib/python2.7/dist-packages/libpip2pi/commands.py", line 305, in _dir2pi
os.symlink(symlink_source, symlink_target)
OSError: [Errno 17] File exists
This should probably just print a warning and skip.


Reply to this email directly or view it on GitHub #50.

phone: (416) 906-0403
pgp: B230230D

from pip2pi.

greg-hellings avatar greg-hellings commented on August 18, 2024

I'd love to see this merged. I just submitted my own PR that provides more verbose output that we've been using to track down this error when it crops up. Having an actual fix in place would be nice as well.

from pip2pi.

colinhoglund avatar colinhoglund commented on August 18, 2024

As a workaround, I found that using pip wheel --find-links $local_package_directory ... seems to skip duplicate packages, even if the filename has been normalized with dashes.

I also submitted a PR to just use the filename generated by pip wheel, which helps to lower the chances of ending up with conflicting packages.

from pip2pi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.