英文:
Error installing Pyodide and not finding the module 'piplite'
问题
以下是翻译好的部分:
"The image reference is given, one can have a look, and please guide me if you can..."
"Also, can anyone please tell me why 'piplite' is not being installed on my windows PC. It always throws an error saying that the module 'piplite' is not found, and if I found 'Pyodide' one more related thing which also not being install, it is just throwing an error."
英文:
The image reference is given, one can have a look, and please guide me if you can...
Also, can anyone please tell me why 'piplite' is not being installed on my windows PC. It always throws an error saying that the module 'piplite' is not found, and if I found "Pyodide" one more related thing which also not being install, it is just throwing an error.
答案1
得分: 1
Pyodide 不应通过 Pip 安装 - 您应该通过脚本标签将其包含在适当的 CDN 链接中,如 Pyodide 文档 中所示。
英文:
Pyodide is not meant to be installed with Pip - you should be including it via a script tag to the appropriate CDN link, as indicated in the Pyodide docs.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论