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

pyext setup Linux: endless dependency resolution #9

Open
macumbista opened this issue Aug 2, 2022 · 1 comment
Open

pyext setup Linux: endless dependency resolution #9

macumbista opened this issue Aug 2, 2022 · 1 comment

Comments

@macumbista
Copy link

Hi, I am following the instructions on this page:

https://github.com/SopiMlab/DeepLearningWithAudio/blob/master/utilities/pyext-setup/setup-linux.md

When I reach installing Magenta into the Conda environment from the current directory using pip, then it becomes a death spiral of dependency resolution.

The pip command starts with tensorflow 4.6 and eventually works its way down to tensorflow 1.13 without ever resolving all the dependencies. It fails on note-seq-0.0.4 with the error "pip._vendor.resolvelib.resolvers.ResolutionTooDeep: 2000000" after running for a few hours.

Did I possibly do something wrong or are the pip config files in need of an update somehow?

Thanks!

@macumbista
Copy link
Author

Additional info: Ubuntu Studio 22.04 LTS installed directly rather than upgraded from standard Ubuntu install. libasound2-dev and libjack-jackd2-dev packages installed, pure data installed by default, all real-time audio config also already taken care of by the Ubuntu Studio install.

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

1 participant