-
Notifications
You must be signed in to change notification settings - Fork 343
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
DDSP Colab Notebook - Pip Install is not worked #474
Comments
I have the same problem. Few days ago code was working with no issues. |
same problem here as well - cell does not work anymore since last week. Anybody knows when they will look into this because I wanted to work with this notebook ? |
Deleting the specific install version from ddsp==1.6.5 to just ddsp is removing error for me- but still next cells are giving a other problems. So not sure if this is a right way. Fix for next cell (upload audio) is to start it with :
but on modify conditioning cell it gives error :
|
🚫 UPDATE: This solution was deprecated in March 2023 after Colab upgraded to Python 3.9 This workaround resolves the neverending pip installation issue: I.e. install the latest version 3.5.0 first (notebook will not work with that), then the older version. My guess is installing ddsp==3.5.0 will resolve some pip package dependency issues that will otherwise cause the infinity install on 1.6.5.
|
🚫 UPDATE: This solution was deprecated in April 2023. It will now keep crashing the runtime and/or behaving strangely, as warned in the installation process. New workaround below. DO NOT change the order of these lines and DO NOT restart runtime despite such suggestions/buttons provided in the process of executing this snippet.
|
🚫 UPDATE: This solution is deprecated New workaround below. Note that this solution will give the same warning as the solution above Again: DO NOT change the order of these lines and DO NOT restart runtime despite such suggestions/buttons possibly provided in the process of executing this snippet.
|
This workaround is only for the timbre transfer notebook. (not for autoencoder training) In addition to "pip install not working" it resolves a latter problem regarding
|
hey, thanks for the help, but unfortunately it doesnt work for me. the core.py opens up but the line is already written correctly. after running the next cell to load a model i get this output: AttributeError Traceback (most recent call last) in <cell line: 98>() 12 frames /usr/local/lib/python3.10/dist-packages/gin/config.py in gin_wrapper(*args, **kwargs) /usr/lib/python3.10/copy.py in deepcopy(x, memo, _nil) /usr/lib/python3.10/copy.py in _deepcopy_dict(x, memo, deepcopy) /usr/lib/python3.10/copy.py in deepcopy(x, memo, _nil) /usr/local/lib/python3.10/dist-packages/gin/config.py in deepcopy(self, memo) /usr/local/lib/python3.10/dist-packages/gin/config.py in gin_wrapper(*args, **kwargs) /usr/local/lib/python3.10/dist-packages/gin/utils.py in augment_exception_message_and_reraise(exception, message) /usr/local/lib/python3.10/dist-packages/gin/config.py in gin_wrapper(*args, **kwargs) /usr/local/lib/python3.10/dist-packages/gin/config.py in meta_call_wrapper(new_cls, *args, **kwargs) /usr/local/lib/python3.8/dist-packages/ddsp/training/preprocessing.py in init(self, time_steps, **kwargs) /usr/local/lib/python3.8/dist-packages/ddsp/training/nn.py in init(self, input_keys, output_keys, **kwargs) /usr/local/lib/python3.8/dist-packages/ddsp/training/nn.py in get_return_annotations(self, method) /usr/local/lib/python3.8/dist-packages/ddsp/core.py in make_iterable(x) AttributeError: module 'collections' has no attribute 'Iterable' |
I have the same issue. |
AttributeError Traceback (most recent call last) 12 frames AttributeError: module 'collections' has no attribute 'Iterable' I got the same error ,how to resolve this error |
Gave up on workarounds and just created modified fork that works in Colab: https://github.com/olaviinha/ddsp |
@zwrok Hello, I meet the same problem as yours. Have you solved it? If does, could you please share some solutions with me ? Thanks a lot! |
Running the first cell, pip install is not working in the google colab. Apparently it is a problem in the tensor flow library that generates several warnings and does not finish the process.
The text was updated successfully, but these errors were encountered: