I was testing an application using Ubuntu 10.04 running on docker which couldn't install bitmath.
# pip install bitmath
Downloading/unpacking bitmath
Running setup.py egg_info for package bitmath
Traceback (most recent call last):
File "<string>", line 13, in <module>
File "/app/build/bitmath/setup.py", line 34, in <module>
pypi_notice = open('README.rst', 'r').read()
IOError: [Errno 2] No such file or directory: 'README.rst'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 13, in <module>
File "/app/build/bitmath/setup.py", line 34, in <module>
pypi_notice = open('README.rst', 'r').read()
IOError: [Errno 2] No such file or directory: 'README.rst'
----------------------------------------
Command python setup.py egg_info failed with error code 1
System info
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04 LTS
Release: 10.04
Codename: lucid
$ python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41)
[GCC 4.4.3] on linux2
Reproduce:
docker run -it --rm ubuntu:10.04 /bin/bash
$ sudo apt-get install python-pip
$ sudo pip install bitmath
I was testing an application using Ubuntu 10.04 running on docker which couldn't install bitmath.
System info
Reproduce: