Allen-Synthesis / EuroPi

EuroPi: A reprogrammable Eurorack module based on the Raspberry Pi Pico

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug Report] Missing experimental package

awonak opened this issue · comments

Bug Report

Describe the bug
EuroPi v0.6.0 introduces experimental package and is imported with:

    from experimental.knobs import KnobBank

However since the experimental package isn't included in the pypi package, loading a script that depends on it will throw an error:

MicroPython v1.18 on 2022-01-17; Raspberry Pi Pico with RP2040

Type "help()" for more information.
>>> %Run -c $EDITOR_CONTENT
Traceback (most recent call last):
  File "<stdin>", line 19, in <module>
  File "/lib/contrib/turing_machine.py", line 37, in <module>
ImportError: no module named 'experimental'
>>> 

For a quick fix, comment out lines line 19 and line 39 of your main.py copied from menu.py

I have deleted the tag 0.6.0 and yanked the release from pypi.

Fixed in b5f9c9f