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

Cannot install google-colab for 02_ddsp #3

Open
alexdrymonitis opened this issue Jun 9, 2021 · 1 comment
Open

Cannot install google-colab for 02_ddsp #3

alexdrymonitis opened this issue Jun 9, 2021 · 1 comment

Comments

@alexdrymonitis
Copy link

I'm following the steps for building the second example, 02_ddsp, and I'm getting stuck in pip install google-colab.
The errors start when it's trying to build pandas. I've uploaded the output which I got with pip install google-colab 2> colab_error.txt
I'm on UbuntuStudio 21.04. I created the Conda environment with conda create -n ddsp python=3.8 tensorflow=2.4.1 tensorflow-probability pandas=0.25
Because using pandas=0.24 was giving me incompatibility errors with Python3.8.
colab_error.txt

@ahihi
Copy link
Contributor

ahihi commented Oct 6, 2021

seems related to pandas-dev/pandas#34969, maybe installing an older numpy version would do as a workaround. i believe there's been some work in upstream ddsp to factor out the colab dependency, but our code still needs corresponding updates and unfortunately it will be some time before we get to that.

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