jim-schwoebel / allie

🤖 An automated machine learning framework for audio, text, image, video, or .CSV files (50+ featurizers and 15+ model trainers). Python 3.6 required.
Apache License 2.0
141 stars 35 forks source link

Docker image does not install pyworld #29

Closed jim-schwoebel closed 4 years ago

jim-schwoebel commented 4 years ago

This was left out of the requirements.txt because it would not work on docker

jim-schwoebel commented 4 years ago

worked by adding a try/except statement initially to pyworld in case it doesn't install correctly (as a short-term fix)