Dear Kasper Before I do something very difficult like this cross compiling I wanted to try to get gcc to run on the synology diskstation. But there is a general pip issue that I do not understand.
./pip3 search gcc clang-fake-gcc (0.2.1) - A GCC-like compiler interface, but runs Clang instead. Isn't that neat? gcc7 (0.0.9) - GCC v7 binaries Demangler (0.2) - A demangler package for gcc 3.x and gcc 4.x gccanalyze (0.1.2) - Do static analysis with GCC. gccoutputparser (0.1) - Parses gcc/llvm output gccinvocation (0.1) - Library for parsing GCC command-line options scons-tool-gcccov (0.1.2) - SCons support for gcc code coverage features nim-install (0.5.0) - install nim compiler in Linux virtualenv assumes gcc builddriver (0.8.0) - Execute make, cmake, maven and parses gcc/llvm output bcx-basic-compile-tool (v 1.0) - bcx basic gcc compile tool works with any ide resolve-march-native (0.9.4) - Tool to determine what GCC flags -march=native would resolve into cPrometheus (0.1) - A monkey patch for prometheus_client, using GCC atomics for extra speed on CPython ccsyspath (1.1.0) - Find the system include paths for clang and gcc C/C++ compilers fpvgcc (1.0.0) - Analysing code footprint on embedded microcontrollers using GCC generated Map files Cpyx (0.2.2.0) - gcc/cython/distutils wrapper for compiling Cython and C code directly from python minibuild (1.0.9) - Build system aimed to be a pure Python alternative to GNU Make with builtin support of MSVS, GCC, clang but ... ./pip3 install gcc7 Defaulting to user installation because normal site-packages is not writeable ERROR: Could not find a version that satisfies the requirement gcc7 (from versions: none) ERROR: No matching distribution found for gcc7 I thougth that everything found by pip3 search should automatically be available, shouldn't it? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/dabcc97a-c8d6-41d0-a695-cbaf94411093%40googlegroups.com.

