dwighthubbard / python-dlipower

Python modules to manage Digital Loggers Web Power Switch
Other
54 stars 35 forks source link

Installation via pip fails #1

Closed mbanders closed 10 years ago

mbanders commented 11 years ago
$ pip install dlipower 
Downloading/unpacking dlipower
  Downloading dlipower-0.2.75.linux-x86_64.tar.gz
  Running setup.py egg_info for package dlipower
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
    IOError: [Errno 2] No such file or directory: '/home/mike/build/dlipower/setup.py'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

IOError: [Errno 2] No such file or directory: '/home/mike/build/dlipower/setup.py'
jdt2oo7 commented 10 years ago

I am currently seeing the same issue when trying to install on Ubuntu 12.04, anyone has a solution to this? Thanks!

I also tried with easy_install, got this error: Downloading/unpacking dlipower Downloading dlipower-0.2.75.tar.gz Running setup.py egg_info for package dlipower Traceback (most recent call last): File "", line 14, in File "/home/buildmeister/build/dlipower/setup.py", line 31, in long_description=open('README.md').read(), IOError: [Errno 2] No such file or directory: 'README.md' Complete output from command python setup.py egg_info: Traceback (most recent call last):

File "", line 14, in

File "/home/buildmeister/build/dlipower/setup.py", line 31, in

long_description=open('README.md').read(),

IOError: [Errno 2] No such file or directory: 'README.md'


Command python setup.py egg_info failed with error code 1

jdt2oo7 commented 10 years ago

I just downloaded README.md file from this location https://github.com/dwighthubbard/python-dlipower then copied it to where files are unzipped for installation, in my case: "home/buildmeister/build/dlipower". I able to install successfully after that.

khaido commented 10 years ago

pip 1.5 as just released, one of the big changes is that pypi no longer supports things not hosted directly on pypi.

On Tue, Jan 7, 2014 at 9:55 AM, jdt2oo7 notifications@github.com wrote:

I just downloaded README.md file from this location https://github.com/dwighthubbard/python-dlipower then copied it to where files are unzipped for installation, in my case: "home/buildmeister/build/dlipower". I able to install successfully after that.

— Reply to this email directly or view it on GitHubhttps://github.com/dwighthubbard/python-dlipower/issues/1#issuecomment-31761268 .

dwighthubbard commented 10 years ago

This should now be fixed, package now installs correctly via pip when run in tox and travis-ci pipelines. The updated package has been pushed to the public pypi repo.