Looking in indexes httpspypitunatsinghuaeducnsimpleCollecting alembic==165 Using cached httpspypitunatsinghuaeducnpackagesd580ef186e599a57d0e4cb78fc76e0bfc2e6953fa9716b2a5cf2de0117ed8eb5alembic-165-p
The error message suggests that the installation of the package greenlet failed while trying to build a wheel for it. The specific error seems to indicate a missing file (basetsd.h) required by the Microsoft Visual C++ compiler.
One possible solution is to install the Microsoft Visual C++ Build Tools, which should include the missing file. Another solution could be to try installing an older version of greenlet that may not require this file.
It's also worth noting that the Python version being used is 3.11, which is currently in beta and may not be fully supported by all packages. Trying the installation on a stable version of Python (such as 3.10) could also be worth attempting
原文地址: https://www.cveoy.top/t/topic/f0am 著作权归作者所有。请勿转载和采集!