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

Supports Xcode 11 with Python3 instead of Python2 #262

Closed
dreampiggy opened this issue Jun 4, 2019 · 8 comments
Closed

Supports Xcode 11 with Python3 instead of Python2 #262

dreampiggy opened this issue Jun 4, 2019 · 8 comments

Comments

@dreampiggy
Copy link

See Xcode 11 Beta Release Notes

LLDB’s Python scripting is now based on Python 3. If you are using Python extensions that aren’t compatible with Python 3, they will break. To help with the transition, you can run in Python 2 mode by setting a default:

defaults write com.apple.dt.lldb DefaultPythonVersion 2
Python 2 support will be removed in the future. (47806994)

@LoSenTrad
Copy link

??? 不懂 怎么处理?xcode11不能使用chisel

@dorentus
Copy link

dorentus commented Jun 6, 2019

??? 不懂 怎么处理?xcode11不能使用chisel

@LoSenTrad

Until this issue is resolved, you can run the following command once in Terminal:

defaults write com.apple.dt.lldb DefaultPythonVersion 2

Then LLDB will use old Python 2 and chisel will be happy to run in Xcode (for now).

@LoSenTrad
Copy link

??? 不懂 怎么处理?xcode11不能使用chisel

@LoSenTrad

Until this issue is resolved, you can run the following command once in Terminal:

defaults write com.apple.dt.lldb DefaultPythonVersion 2

Then LLDB will use old Python 2 and chisel will be happy to run in Xcode (for now).

OK! The problem has been solved ! thanks~

@dreampiggy
Copy link
Author

Yes. We can trun the Python 2 support for now.
I write this issue here, just want to give chisel a hint to start migration to Python 3 :)

@chenjiangchuan
Copy link

I spent some time letting chisel support Python chisel support Python 3

@revolter
Copy link
Contributor

revolter commented Aug 6, 2019

@chenjiangchuan, Why didn't you fork this? This way, you could also open a PR here.

@kolinkrewinkel
Copy link
Contributor

Thanks to #266, we should be ready to go on Xcode 11!

@nrbrook
Copy link

nrbrook commented Oct 14, 2019

Please release!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants