Open Megan8821 opened 2 years ago
Hi! Could you please describe how you installed the package or what command you entered?
I solved it, but I have another issue.
Hi Megan, I saw you opened a new issue for the new problem. I am closing this issue if you do not have further problems with training the model. :)
Hi, thanks for replying, I appreciate it. One more question i want to check with you is the format of inputs. If i want to input my own data, do i need to transfer the data to tfrecord?
On Sat, Sep 17, 2022 at 2:22 AM Yusong Wu @.***> wrote:
Hi Megan, I saw you opened a new issue for the new problem. I am closing this issue if you do not have further problems with training the model. :)
— Reply to this email directly, view it on GitHub https://github.com/magenta/midi-ddsp/issues/57#issuecomment-1249671639, or unsubscribe https://github.com/notifications/unsubscribe-auth/AU2FY2FDIQLS47YS2YGZES3V6S3EXANCNFSM55E4NIFQ . You are receiving this because you authored the thread.Message ID: @.***>
hi, please help me. when i run #60 pip install midi-ddsp . i will get the error error: metadata-generation-failed
Hi, could you give a more specific error message? Does this error happens inside pip? It could be your python version is too high. We recommend using python 3.7 or 3.8.
Best,
Qishan Zhang @.***> 于2023年8月4日周五 04:43写道:
hi, please help me. when i run #60 https://github.com/magenta/midi-ddsp/issues/60 pip install midi-ddsp . i will get the error error: metadata-generation-failed
— Reply to this email directly, view it on GitHub https://github.com/magenta/midi-ddsp/issues/57#issuecomment-1665249224, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGXJZ74ES4MXQ4Z3G4JQKOTXTSY3RANCNFSM55E4NIFQ . You are receiving this because you commented.Message ID: @.***>
Hello, could you help me? Error when I install midi-ddsp: (py38) PS C:\Users\gzzd\lunwen\chamber-ensemble-generator-master> pip install midi-ddsp Collecting midi-ddsp Using cached midi_ddsp-0.2.6-py3-none-any.whl (67 kB) Collecting tensorflowjs<3.19 (from midi-ddsp) Using cached tensorflowjs-3.18.0-py3-none-any.whl (77 kB) Collecting crepe<0.0.13 (from midi-ddsp) Using cached crepe-0.0.12.tar.gz (15 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [37 lines of output]
C:\Users\gzzd\AppData\Local\Temp\pip-install-8n054s8i\crepe_05f9e4ff1ed248a6bbc0cc3585457110\setup.py:2: DeprecationWarning: the imp module is deprecated i
n favour of importlib; see the module's documentation for alternative uses
import imp
C:\Users\gzzd\AppData\Local\Temp\pip-install-8n054s8i\crepe_05f9e4ff1ed248a6bbc0cc3585457110\setup.py:6: DeprecationWarning: pkg_resources is deprecated as
an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
Traceback (most recent call last):
File "
note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
Hi, I am new in training model, and I got some problems in here. Does anyone how to solve the error of
error: subprocess-exited-with -error
anderror: metadata-generation-failed
in the terminal?