Skip to content
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

last version #29

Open
Pablofa8 opened this issue Oct 16, 2023 · 2 comments
Open

last version #29

Pablofa8 opened this issue Oct 16, 2023 · 2 comments

Comments

@Pablofa8
Copy link

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

@duringleaves
Copy link

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/

@Pablofa8
Copy link
Author

Thank you very much, I didn't know that way of working with Python, it worked perfectly for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants