Unexpected requirement issue in Xcode Command line

While trying to make an app using existing code using

toolchain create Translator ~/PycharmProjects/kivyfrenchapp/

, I got

[ERROR   ] No python recipe compiled! [ERROR   ] You must have compiled at least python3 [ERROR   ] recipe to be able to create a project.

And in the line before that I put

toolchain build python3 kivy

and got

STDOUT: 2022-05-17 16:33:22.600 xcodebuild[69311:4426586] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore 2022-05-17 16:33:22.600 xcodebuild[69311:4426586] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore Command line invocation:     /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild IDEBuildOperationMaxNumberOfConcurrentCompileTasks=8 ONLY_ACTIVE_ARCH=NO ARCHS=x86_64 BITCODE_GENERATION... (34572 more, please see e.stdout)   STDERR:

I don't know what either of these mean and just think that since I installed python first I should have been able to avoid a python compilation error. I also have python 3.9.1 installed. I am using an M1 MacBook Air. Please give me an answer as to how to fix this.

Unexpected requirement issue in Xcode Command line
 
 
Q