Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flutter doctor fails: ios broken due python dependency #15159

Closed
ghost opened this issue Mar 5, 2018 · 2 comments
Closed

flutter doctor fails: ios broken due python dependency #15159

ghost opened this issue Mar 5, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Mar 5, 2018

I did a brew upgrade and it upgraded to the latest python and broke Flutter.

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v0.1.5, on Mac OS X 10.13.3 17D102, locale en-DE)
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
[!] iOS toolchain - develop for iOS devices (Xcode 9.2)
✗ Missing Xcode dependency: Python module "six".
Install via 'pip install six' or 'sudo easy_install six'.
[✓] Android Studio (version 3.0)
[✓] VS Code (version 1.20.1)
[!] Connected devices
! No devices available

see:
https://github.com/flutter/flutter/blob/master/packages/flutter_tools/lib/src/ios/ios_workflow.dart#L41

@ghost
Copy link
Author

ghost commented Mar 5, 2018

fixed by:
brew uninstall python@2
brew uninstall python

@ghost ghost closed this as completed Mar 5, 2018
@github-actions
Copy link

github-actions bot commented Sep 3, 2021

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 3, 2021
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants