whl is not a supported wheel on this platform

后端 未结 1 1804
甜味超标
甜味超标 2020-12-10 18:01

I am new to python, and am trying to install some modules/packages using .whl file. The system does not have access to the internet so everything is local.

  • I\
相关标签:
1条回答
  • 2020-12-10 18:32

    cp27-cp27m manylinux packages are compatible with a Python interpreter compiled with --enable-unicode=ucs2.

    For an interpreter compiled with --enable-unicode=ucs4, you instead need cp27-cp27mu packages.

    0 讨论(0)
提交回复
热议问题