flstudio-arturia-keylab-mk2
flstudio-arturia-keylab-mk2 copied to clipboard
Script does not work with FL Studio 21 / osx intel with Keylab Essentials 61
Appears to be an issue with _heapq.py, specifically called in arturia_scheduler.py.
ModuleNotFoundError: No module named '_heapq.py'
I was able to get it to load with the following work around:
- copied /Users/
/opt/anaconda3/lib/python3.9/heapq.py to /FL Studio/Settings/Hardware/flstudio-arturia-keylab-mk2-main - renamed ~/FL Studio/Settings/Hardware/flstudio-arturia-keylab-mk2-main/heapq.py to /FL Studio/Settings/Hardware/flstudio-arturia-keylab-mk2-main/_heapq.py
Not sure this is the best solution, but seems to be working
Oh no! They removed heapq?? I need to look into this, but your resolution is correct
On Wed, Dec 14, 2022, 12:55 PM supg @.***> wrote:
Appears to be an issue with _heapq.py, specifically called in arturia_scheduler.py.
ModuleNotFoundError: No module named '_heapq.py'
I was able to get it to load with the following work around:
- copied /Users//opt/anaconda3/lib/python3.9/heapq.py to /FL Studio/Settings/Hardware/flstudio-arturia-keylab-mk2-main
- renamed ~/FL Studio/Settings/Hardware/flstudio-arturia-keylab-mk2-main/heapq.py to /FL Studio/Settings/Hardware/flstudio-arturia-keylab-mk2-main/_heapq.py
Not sure this is the best solution, but seems to be working
— Reply to this email directly, view it on GitHub https://github.com/rjuang/flstudio-arturia-keylab-mk2/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMK5SBH4SNT7KHKC2QELODWNIX2LANCNFSM6AAAAAAS65ZJ2Y . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Hi rjuang, I'm a happy user of your script but not a python expert; I was wondering if you came up with an update of the script, since I can't find the file heapq.py that user supg copied in his folder to fix this problem.