Traceback (most recent call last): File "./swift/utils/update-checkout", line 5, in <module> import update_checkout File "/Users/amit/Desktop/swift-source/swift/utils/update_checkout/__init__.py", line 2, in <module> from update_checkout import main ImportError: cannot import name 'main'
. I'm trying to build it for the first time from the directory swift-source
Can you give some more info on your build platform?
For example which OS, macOS or Linux and hardware e.g. x86_64, AArch64 etc.
Also in your bug report you say you are using this build command - ./swift/utils/update-checkout --clone-with-ssh --scheme tensorflow
Where as here you say you are using ./swift/utils/update-checkout --clone --scheme tensorflow.
Are they both giving the same error?