Re: Server x86_64 version 23 fails to install

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, 13 Feb 2016 14:49:46 -0700
Yves Dorfsman <yves@xxxxxxxxx> wrote:

> Hi I'm trying to install Fedora Server x86_64 version 23 from the DVD
> iso, via PXE and over NFS, and it fails with python errors:
> 
>     Traceback (most recent call last):
>       file "/sbin/anaconda", line 49, in <modules>
>         import pid
>       File "/usr/lib/python3.4/site-packages/pid/__init__.py", line
> 8, in <module> import tempfile
>       File "/usr/lib64/python3.4/tempfile.py", line 36, in <module>
>         from random import Random as _Random
>       File "/usr/lib64/python3.4/random.py", line 45, in <module>
>         from hashlib import sha512 as _sha512
>     ImportError: cannot import name 'sha512'
> 
>     Pane is dead
> 
> Any idea what's going here?

I just opened both a python2 and python3 interactive session, and was
able to run the command 
from hashlib import sha512 as _sha512
without any problem.  That suggests that the import is valid, but not
available in your context.  Maybe you have to explicitly set the
PYTHONPATH to allow for NFS and PXE.  Beyond that, I don't have any
ideas. Maybe someone who has done this successfully will comment.
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux