最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

windows - Python ModuleNotFoundError: No module named 'Cython' - Stack Overflow

programmeradmin2浏览0评论

I'm trying install xinference, and get the message ModuleNotFoundError: No module named 'Cython'.

I install the Cython with the command pip install Cython ,and install the package from the pypi, the command pip list shows that the package has installed successfully, but it still reports the same error.

 ModuleNotFoundError: No module named 'Cython'
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

What's wrong?

Python 3.10.10 Cython 3.0.11 windows 11

发布评论

评论列表(0)

  1. 暂无评论