toolchain problem
See original GitHub issueI have been trying to compile and follow the given instruction of Kivy-ios on my OS BigSur (V.11.3) using the folliwng code:
sudo python toolchain.py python3 openssl kivy
However, I constantly receive the following error.
Traceback (most recent call last):
File "toolchain.py", line 1, in <module>
from kivy_ios.toolchain import main
File "/Users/CDF5/Desktop/App/kivy-ios/kivy_ios/toolchain.py", line 1350
logger.info(f"Adding {custom_recipe_path} to custom recipes paths")
I’d be great if you could let me where the problem is.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Showing error in the "flutter doctor" about Android toolchain
Open Android studio > go to SDK manager from more actions > in android SDK option select SDK tools > install android SDK...
Read more >can't solve this android toolchain issue #90579 - GitHub
Steps to Reproduce. 1. there's an issue with the android toolchain in flutter 2. I'm not using Android Studio (system requirements isn't good ......
Read more >Invalid Toolchain error with Xcode 7.0.1, too - Apple Developer
I'm getting the dreaded "Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or...
Read more >Ditch toolchain problems with a DevOps platform - GitLab
By adopting DevOps tools without an end-to-end platform, teams have been adding complexity, mounting costs, and headaches to their job.
Read more >Troubleshooting for toolchains - IBM Cloud Docs
General problems with using toolchains might include tool integration configuration, toolchain template, or Cloud Foundry issues.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m closing this issue cause as stated by @AndreMiras it should be related to an unsupported Python version. Feel free to reopen if the issue persists.
Yeah mostlike your Python version doesn’t support f-string. Make sure you’re up to date. Also I see you use
sudo python
, this is discouraged. Last is you seem to use the old way of running the toolchain, also not recommended. See how it’s being installed & used in the README for instance