Closed DarthMDev closed 2 years ago
There are no manylinux1_x86_64 wheels for Python 3.10, use manylinux2010_x86_64 instead.
@DarthNihilus1 I guess this problem is solved, isn't it?
Well, you might want to change it in setup.py
, either change it to manylinux2010_x86_64
entirely or make it dependent on sys.version_info >= (3, 10)
Ah yes, thanks for the hint.
ERROR: Could not find a version that satisfies the requirement panda3d (from versions: none) ERROR: No matching distribution found for panda3d