4
  1. USDZ tool downloaded from https://developer.apple.com/augmented-reality/tools/
  2. MAC -> MacOS BigSur
  3. Python -> 2.7 and 3.10
  4. When trying to execute USD.command getting error as "env: python 3.7 no such file or directory found"
  5. Installed python3.7 and tried but got another error that the version was not compatible with the mac config.

Please let me know if anyone has faced this kind of issue and have a working solution for this issue.

Thanks in advance.

S.P
  • 61
  • 4
  • Hope this helps - https://stackoverflow.com/questions/50846627/how-to-create-usdz-file-using-xcode-converter/50867018#50867018 – Andy Jazz Apr 06 '22 at 20:24
  • @AndyJazz It has nothing to do about the error, still getting it. – oğuz May 28 '22 at 15:17
  • Hi @EdwardMordrake, It's hard to say what exactly the problem is. There are many possible causes for the errors. – Andy Jazz May 29 '22 at 06:33

1 Answers1

3

I had the same issue and fixed it by installing Python 3.7 from Python's website.

You can download and install Python 3.7.9 (recommended by Apple) from https://www.python.org/downloads/release/python-379/.

Note: After installing Python 3.7 be sure to execute "Install Certificates.command” as mentioned in the installer's instructions.

oğuz
  • 145
  • 1
  • 13