hugofloresgarcia / vampnet

music generation with masked transformers!
https://hugo-does-things.notion.site/VampNet-Music-Generation-via-Masked-Acoustic-Token-Modeling-e37aabd0d5f1493aa42c5711d0764b33?pvs=4
MIT License
295 stars 35 forks source link

Cython, problem install #25

Closed C2H5OH-hic closed 10 months ago

C2H5OH-hic commented 10 months ago

Hi, i have a problem, with cython in dev of python:

    File "<string>", line 12, in <module>
  ModuleNotFoundError: No module named 'Cython'
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

I installed the module but still the same problem

C2H5OH-hic commented 10 months ago

SOLVE: excuse me!, The error was caused by not updating the Microsoft Visual C++ compiler to the latest version.