Closed mbanders closed 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 "
File "
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
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.
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 .
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.