python-gdcm
python-gdcm copied to clipboard
Cannot install with pip
Could not find a version that satisfies the requirement python-gdcm (from versions: ) No matching distribution found for python-gdcm
What is the Python version?
@tfmoraes Python 3.8.3
What is the OS and architecture of your system? ARM? x86-64?
Distributor ID: Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: xenial
Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 16 On-line CPU(s) list: 0-15 Thread(s) per core: 2 Core(s) per socket: 8 Socket(s): 1 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 23 Model: 1 Model name: AMD Ryzen Threadripper 1900X 8-Core Processor Stepping: 1 CPU MHz: 1997.335 CPU max MHz: 3800.0000 CPU min MHz: 2200.0000 BogoMIPS: 7585.07 Virtualization: AMD-V L1d cache: 32K L1i cache: 64K L2 cache: 512K L3 cache: 8192K NUMA node0 CPU(s): 0-15
I think your Python is not recognized as a manylinux2014. The wheels I submitted to Pypi are manylinux2014. Since I forgot to submit the tar.gz to Pypi your pip couldn't install it. Now that I submitted the tar.gz your system will build and install gdcm. You just need to install cmake, ninja-build and swig before the pip install using the apt.