-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build issue #25
Comments
I think |
Thanks! I have Python 3.11 installed so I tried 'python3 download_libfaust.py'. Unfortunately, I'm getting pretty much the same error - I'm getting this now: (base) me@my-MBP-2 libfaust % python3 download_libfaust.py |
Can you go to Finder and unmount the Faust-2.70.3 and then run the script again? Maybe there's an issue if it's already mounted. |
Thanks! I unmounted it but I'm still getting the exact same error where it says the file already exists and 'no such file or directory'. |
Sorry there are probably some other issues. I'll get back to you soon. |
I pushed some fixes which I checked on my mac. Can you pull and then continue with |
Thanks so much! I did that and I think it worked. Here's what I got: (base) me@my-MacBook-Pro-2 TD-Faust % git pull "disk9" ejected. However when I got to the last step of the build I hit this error: (base) me@my-MacBook-Pro-2 TD-faust % python build_tdfaust.py --pythonver=3.11 I checked that my cmake works fine so not really sure what the issue is. (sorry for all the questions) |
The error is |
I've revised the build procedure a little. Can you either try the pre-compiled plugins from the Releases or could you try the build procedure again? The README was updated too. |
Ran into this error when running "python download_libfaust.py " Anyone seen this before/ know how to fix this?
(base) me@my-MacBook-Pro-2 libfaust % python download_libfaust.py
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 141M 100 141M 0 0 2423k 0 0:00:59 0:00:59 --:--:-- 2551k
Checksumming Protective Master Boot Record (MBR : 0)…
Protective Master Boot Record (MBR :: verified CRC32 $1F22BD08
Checksumming GPT Header (Primary GPT Header : 1)…
GPT Header (Primary GPT Header : 1): verified CRC32 $BDFECAC7
Checksumming GPT Partition Data (Primary GPT Table : 2)…
GPT Partition Data (Primary GPT Tabl: verified CRC32 $5FD1D292
Checksumming (Apple_Free : 3)…
(Apple_Free : 3): verified CRC32 $00000000
Checksumming disk image (Apple_HFS : 4)…
...............................................................................
disk image (Apple_HFS : 4): verified CRC32 $9E5C0C1A
Checksumming (Apple_Free : 5)…
(Apple_Free : 5): verified CRC32 $00000000
Checksumming GPT Partition Data (Backup GPT Table : 6)…
GPT Partition Data (Backup GPT Table: verified CRC32 $5FD1D292
Checksumming GPT Header (Backup GPT Header : 7)…
GPT Header (Backup GPT Header : 7): verified CRC32 $72804D70
verified CRC32 $E9E44F69
/dev/disk9 GUID_partition_scheme
/dev/disk9s1 Apple_HFS /Volumes/Faust-2.70.3
cp: /Volumes/Faust-2.70.3/Faust-2.70.3/: No such file or directory
Traceback (most recent call last):
File "/Users/me/Desktop/TD-Faust/thirdparty/libfaust/download_libfaust.py", line 55, in
main(args.version)
File "/Users/me/Desktop/TD-Faust/thirdparty/libfaust/download_libfaust.py", line 42, in main
install_macos(version)
File "/Users/me/Desktop/TD-Faust/thirdparty/libfaust/download_libfaust.py", line 27, in install_macos
subprocess.run(["cp", "-R", f"/Volumes/Faust-{version}/Faust-{version}/", dir_path], check=True)
File "/Users/me/anaconda3/lib/python3.11/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cp', '-R', '/Volumes/Faust-2.70.3/Faust-2.70.3/*', 'darwin-arm64/Release']' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered: