关于relax导入出现问题 #193
Unanswered
fairytale0828
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
安装的0.14版本的tvm,import relax时报错找不到relax包,按照讨论区解决方案python3 -m pip install mlc-ai-nightly -f https://mlc.ai/wheels 后仍然报错:
Could not fetch URL https://mlc.ai/wheels: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='mlc.ai', port=443): Max retries exceeded with url: /wheels (Caused by SSLError(SSLError("bad handshake: SysCallError(104, 'ECONNRESET')"))) - skipping
ERROR: Could not find a version that satisfies the requirement mlc-ai-nightly (from versions: none)
ERROR: No matching distribution found for mlc-ai-nightly
不知道是版本兼容问题还是什么问题
在https://mlc.ai/wheels上直接下载对应的文件也无法安装
Beta Was this translation helpful? Give feedback.
All reactions