Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我第一次尝试运行 enaml-native create app,但我总是收到错误:
但是我已经安装了模块:
有人知道如何解决这个问题吗?
也许你应该重新安装 Atom:
pip uninstall atom pip install atom
如果这不起作用,请尝试pip3代替pip:
pip3
pip
如果这两个不起作用,请尝试:
python -m pip uninstall atom python -m pip install atom
如果这也不起作用,请确保您卸载 atom,然后您可以尝试在没有 pip 的情况下安装它:
如何在没有 pip/easy_install 的情况下手动安装 pypi 模块?