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

Toolchain python version mismatch #869

Closed
Siamaster opened this issue Oct 9, 2023 · 2 comments
Closed

Toolchain python version mismatch #869

Siamaster opened this issue Oct 9, 2023 · 2 comments
Labels

Comments

@Siamaster
Copy link

  • Python : 3.9.18 (I think)
  • MacOS version : Sonoma 14.0
  • XCode Version : 15.0
  • Cython version : Cython?

Probably not a bug but I'm stuck, I hope it's okay that I ask here.
I've got some instructions that used to build with xcode 14. When I tried to run them I encountered this:
When I activate venv and run python -v I get 3.9.18 but when I run toolchain recipes I "Using the bundled version for recipe "python3" python 3.10.10.
The whole thing ends up not running because of this. First I need to change the header search path to point to 3.10 but after than I get linker error in xcode.
Should it by the way be possible to build on xcode 15 with ios 17?

@misl6
Copy link
Member

misl6 commented Oct 9, 2023

When I activate venv and run python -v I get 3.9.18 but when I run toolchain recipes I "Using the bundled version for recipe "python3" python 3.10.10.

This is absolutely fine. The Python version in your virtualenv can be completely different from the Python version that the toolchain is going to build (ATM 3.10.10).

Should it by the way be possible to build on xcode 15 with ios 17?

Yes! XCode 15 and iOS 17 are fully supported.

@misl6 misl6 added the support label Oct 9, 2023
@github-actions
Copy link

github-actions bot commented Oct 9, 2023

👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.

If you're having trouble installing or using kivy-ios, maybe you could be interested to installation and requirements.

Let us know if this comment was made in error, and we'll be happy to reopen the issue.

@github-actions github-actions bot closed this as completed Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants