Code Monkey home page Code Monkey logo

Comments (3)

wolever avatar wolever commented on July 19, 2024

Hey,

It looks like the google-apputils package needs to have ez-setup installed before it can be processed. You'll need to run pip install ez-setup before you can run pip2pi … google-apputils, and pip2pi … ez-setup if you want ez-setup to be included in the pip2pi repo.

Unfortunately there isn't much that pip2pi can sensibly do about this, since it's a somewhat package-specific issue.

from pip2pi.

rwhenderson avatar rwhenderson commented on July 19, 2024

I've been trying to reslove this. Any help?

[randall@neawanna-cent6 apps]$ pip2pi /apps protobuf==3.1.0.post1
DEPRECATION: pip install --download has been deprecated and will be removed in the future. Pip now has a download command that should be used instead.
Collecting protobuf==3.1.0.post1
  File was already downloaded /apps/protobuf-3.1.0.post1-py2.py3-none-any.whl
Collecting six>=1.9 (from protobuf==3.1.0.post1)
  File was already downloaded /apps/six-1.10.0-py2.py3-none-any.whl
Collecting setuptools (from protobuf==3.1.0.post1)
  File was already downloaded /apps/setuptools-28.3.0-py2.py3-none-any.whl
Successfully downloaded protobuf six setuptools

Done. 0 new archives currently saved in '/apps'.
Traceback (most recent call last):
  File "/usr/local/bin/pip2pi", line 11, in <module>
    sys.exit(pip2pi())
  File "/usr/local/lib/python2.7/site-packages/libpip2pi/commands.py", line 510, in pip2pi
    res = _dir2pi(option, subcmd_argv)
  File "/usr/local/lib/python2.7/site-packages/libpip2pi/commands.py", line 290, in _dir2pi
    pkg_name, pkg_rest = file_to_package(pkg_basename, pkgdir)
  File "/usr/local/lib/python2.7/site-packages/libpip2pi/commands.py", line 123, in file_to_package
    raise InvalidFilePackageName(file, basedir)
libpip2pi.commands.InvalidFilePackageName: unexpected file name: 'pip2pi-master.zip' (not in 'pkg-name-version.xxx' format; found in directory: '/apps')

from pip2pi.

wolever avatar wolever commented on July 19, 2024

@rwhenderson it looks like you've got a pip2pi-master.zip file lying around in the package repo. You'll need to remove that before it'll work.

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.