You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some environmental bits that need to be setup on a new install of Fedora 25.
`
$ uname -a; cat /etc/redhat-release
Linux bastion.moor.local 4.9.14-200.fc25.x86_64 #1 SMP Mon Mar 13 19:26:40 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Fedora release 25 (Twenty Five)
gcc: error: /usr/lib/rpm/redhat/redhat-hardened-cc1: No such file or directory
error: command gcc failed with exit status 1
Failed building wheel for ujson
In file included from ./python/ujson.c:39:0:
./python/py_defines.h:39:20: fatal error: Python.h: No such file or directory
#include <Python.h>
^
compilation terminated.
error: command 'gcc' failed with exit status 1
Failed building wheel for ujson
`
SOLUTION: sudo dnf install redhat-rpm-config python-devel python3-devel
The text was updated successfully, but these errors were encountered:
There are some environmental bits that need to be setup on a new install of Fedora 25.
`
$ uname -a; cat /etc/redhat-release
Linux bastion.moor.local 4.9.14-200.fc25.x86_64 #1 SMP Mon Mar 13 19:26:40 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Fedora release 25 (Twenty Five)
gcc: error: /usr/lib/rpm/redhat/redhat-hardened-cc1: No such file or directory
error: command gcc failed with exit status 1
Failed building wheel for ujson
In file included from ./python/ujson.c:39:0:
./python/py_defines.h:39:20: fatal error: Python.h: No such file or directory
#include <Python.h>
^
compilation terminated.
error: command 'gcc' failed with exit status 1
Failed building wheel for ujson
`
SOLUTION: sudo dnf install redhat-rpm-config python-devel python3-devel
The text was updated successfully, but these errors were encountered: