You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello
Do you have a version of watson beat in docker?
I have tried to deploy on Mac OS with an M1 chip and I can't do it, I also tried on Ubuntu 20.04 and I can't do it either, in both cases the dependencies appear as discontinued
Is there a more updated version
thank you
The text was updated successfully, but these errors were encountered:
if you setup a virtual environment with python 2.7.18, you can install and run it successfully on M-series Mac's. I'm running it on both an M1 Mini and an M3 MBPro.
You'll need to install python 2.7 from the python.org site.
If virtualenv isn't already install, do so with: pip install virtualenv
then cd to your watson-beat directory and use the following command to setup a virtualenv using the python 2.7 binary (change the path to match your own system): virtualenv --python=/usr/local/bin/python2.7 .venv
Then activate the new virtual environment: source .venv/bin/activate
install the python reqs: pip install -r requirements.txt
cd into the ./src directory: cd src
then run!: python ./wbDev.py -i ./Ini/EDM.ini -m ./Midi/jingle1.mid -o ./output/EDM1/
hello
Do you have a version of watson beat in docker?
I have tried to deploy on Mac OS with an M1 chip and I can't do it, I also tried on Ubuntu 20.04 and I can't do it either, in both cases the dependencies appear as discontinued
Is there a more updated version
thank you
The text was updated successfully, but these errors were encountered: