我在Pydroid 3上测试我的Kivymd应用程序,然后我想如果我能在PC上使用Pydroid 3会更好。因此,我安装了Nox模拟器和Pydroid3应用程序,并尝试使用pip安装kivymd。
然后它显示为Pydroid repository plugin is missing,所以我也安装了这个插件。
然后它给了我很多错误,错误的开始,它说
ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: 'Pillow-7.12.dist-info'`, and end of error, it says `FileNotFoundError: [Errno 2] No such file or directory: 'kivymd'当我取消选中使用预构建库存储库或重新安装Pydroid和插件时,也是一样的。如何解决这个错误?
我使用的是Windows 10。
发布于 2021-02-05 18:24:24
你可以简单地在windows上使用kivymd和kivy,不需要仿真器,但如果你想使用仿真器,我推荐BlueStacks
发布于 2021-02-15 19:09:23
使用终端而不是Pip菜单。打开Pydroid,然后打开侧边菜单,点击终端,然后输入"pip install kivymd==0.104.1“。
https://stackoverflow.com/questions/66057789
复制相似问题