dozzie / yumbootstrap

Linux chroot installer for Yum-based distributions
http://dozzie.jarowit.net/trac/wiki/yumbootstrap
GNU General Public License v3.0
119 stars 45 forks source link

issue with python package installation #24

Closed zohaibtechknox closed 7 years ago

zohaibtechknox commented 7 years ago

in chroot environment when i try to install python packages I am getting this issue `Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-UFsQuw/positional/setup.py", line 20, in import multiprocessing # noqa File "/usr/lib64/python2.7/multiprocessing/init.py", line 64, in from multiprocessing.process import Process, current_process, active_children File "/usr/lib64/python2.7/multiprocessing/process.py", line 312, in _current_process = _MainProcess() File "/usr/lib64/python2.7/multiprocessing/process.py", line 309, in init self._authkey = AuthenticationString(os.urandom(32)) NotImplementedError: /dev/urandom (or equivalent) not found

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-UFsQuw/positional/ ` I have try to update python setuptools but still having this issue

dozzie commented 7 years ago

I don't see how this is related to yumbootstrap. And you have what seems to be precise error message there in the last line of stack trace.