PIP has real issues when it comes to installing data science packages.
We need to fall back to a two-step install: First create a custom conda environment for the base data science packages. Then, use PIP to install the remaining requirements (magenta and music21) and our package.
This PR assumes the changes made in PR #30, so I am leaving this PR as a draft until PR #30 is merged.
PIP has real issues when it comes to installing data science packages.
We need to fall back to a two-step install: First create a custom conda environment for the base data science packages. Then, use PIP to install the remaining requirements (
magenta
andmusic21
) and our package.This PR assumes the changes made in PR #30, so I am leaving this PR as a draft until PR #30 is merged.