sensorium / Mozzi

sound synthesis library for Arduino
https://sensorium.github.io/Mozzi/
GNU Lesser General Public License v2.1
1.07k stars 186 forks source link

Problem installing under Arduino ise 2.0.0-rc #143

Closed dsssssssss9 closed 1 year ago

dsssssssss9 commented 2 years ago

I am trying to install mozzi library on IDE 2.0.0-RC2 ( portable version )

i get an error message...

Error: Request installZip failed with message: 13 INTERNAL: Library install failed: moving extracted archive to destination dir: getting stat info for /tmp/arduino-cli-lib-484157649/Mozzi-master/Mozzi: stat /tmp/arduino-cli-lib-484157649/Mozzi-master/Mozzi: too many levels of symbolic links

The folder is & contents are in my libraries folder but the IDE does not list it as installed

Installs fine under IDE 1.8.15

Any help gratefully received

coryalder commented 1 year ago

I am having the same issue, arduino ide 2.0.0, download the zip file of the master branch code, select Add Zip Library... in Arduino, result is the same error.

karlsoderby commented 1 year ago

@coryalder for some reason, it worked by manually unzipping and dragging the "Mozzi" folder directly into your libraries folder. I had the same problem.

storrdev commented 1 year ago

I believe this PR has fixed this issue: https://github.com/sensorium/Mozzi/pull/156

tomcombriat commented 1 year ago

Closing this as solved by #156