Skip to content

File not found error running py script #54

@robbiejh12

Description

@robbiejh12

Running 'python3 get_steinberg_sdk.py' gives a file not found error:

File "get_steinberg_sdk.py", line 30, in <module>
    os.rename("VST3 SDK", "Steinberg")
FileNotFoundError: [Errno 2] No such file or directory: 'VST3 SDK' -> 'Steinberg'

This then leads to 'cannot find source file' errors when running 'cmake .' My suspicion is Steinberg have altered the directory structure of their SDK. Any chance you could take a look into this?

(For info: MacOS 12.6, Python 3.8.2, Homebrew 3.6.5, cmake 3.24.2).

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions