question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

toolchain problem

See original GitHub issue

I 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:closed
  • Created 2 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
misl6commented, Aug 25, 2021

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.

0reactions
AndreMirascommented, Jun 20, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found