【问题标题】:Facing "Missing XCode Dependency: Python Module "Six" " even after installing six即使在安装了六个之后也面临“缺少 XCode 依赖项:Python 模块“六””
【发布时间】:2018-12-09 18:53:09
【问题描述】:

即使安装了六个,也面临“缺少 XCode 依赖:Python 模块“六个””

Pip Already installed
pip install six
Requirement already satisfied: six in /usr/local/lib/python2.7/site-packages 
(1.11.0)

但还是flutter医生要求安装pip

Shivas-MacBook-Pro:Flutter shivapokala$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v0.5.1, on Mac OS X 10.13.5 17F77, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.0)
[!] iOS toolchain - develop for iOS devices (Xcode 9.4.1)
✗ Missing Xcode dependency: Python module "six".
  Install via 'pip install six' or 'sudo easy_install six'.
[✓] Android Studio (version 3.1)
[!] Connected devices
! No devices available
! Doctor found issues in 2 categories.

【问题讨论】:

    标签: python xcode dart flutter python-module


    【解决方案1】:

    根据this,试试:

    python2.x -m pip install six
    

    或:

    brew reinstall python@2
    pip install six
    

    【讨论】:

    • 我已经完成了这个并且 pip 已经安装但是颤振显示它的问题。不知道为什么...
    猜你喜欢
    • 2023-03-09
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2022-10-15
    • 1970-01-01
    • 2019-10-21
    相关资源
    最近更新 更多