Music-and-Culture-Technology-Lab / omnizart

Omniscient Mozart, being able to transcribe everything in the music, including vocal, drum, chord, beat, instruments, and more.
https://music-and-culture-technology-lab.github.io/omnizart-doc/
MIT License
1.62k stars 98 forks source link

Omnizart Colab error help me please. #82

Closed hakanayas closed 1 year ago

hakanayas commented 1 year ago

I am using it via google colab. When I click on Environment Setup, it gives the following error.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. xarray-einstats 0.2.2 requires numpy>=1.21, but you have numpy 1.19.5 which is incompatible. pydantic 1.10.2 requires typing-extensions>=4.1.0, but you have typing-extensions 3.7.4.3 which is incompatible. jaxlib 0.3.25+cuda11.cudnn805 requires numpy>=1.20, but you have numpy 1.19.5 which is incompatible. jax 0.3.25 requires numpy>=1.20, but you have numpy 1.19.5 which is incompatible. gym 0.25.2 requires importlib-metadata>=4.8.0; python_version < "3.10", but you have importlib-metadata 3.10.1 which is incompatible. grpcio-status 1.48.2 requires grpcio>=1.48.2, but you have grpcio 1.34.1 which is incompatible. google-cloud-bigquery 3.3.6 requires grpcio<2.0dev,>=1.47.0, but you have grpcio 1.34.1 which is incompatible. cupy-cuda11x 11.0.0 requires numpy<1.26,>=1.20, but you have numpy 1.19.5 which is incompatible. cmdstanpy 1.0.8 requires numpy>=1.21, but you have numpy 1.19.5 which is incompatible.

then i upload mp3 file and this time i get the following error. please help me

**2022-11-23 18:12:13 Extracting feature... INFO:Drum Transcription:Extracting feature...

AttributeError Traceback (most recent call last) /usr/local/lib/python3.7/dist-packages/pkg_resources/init.py in _dep_map(self) 3015 try: -> 3016 return self.__dep_map 3017 except AttributeError:

26 frames AttributeError: _DistInfoDistribution__dep_map

During handling of the above exception, another exception occurred:

AttributeError Traceback (most recent call last) AttributeError: _pkg_info

During handling of the above exception, another exception occurred:

FileNotFoundError Traceback (most recent call last) /usr/local/lib/python3.7/dist-packages/pkg_resources/init.py in _get(self, path) 1609 1610 def _get(self, path): -> 1611 with open(path, 'rb') as stream: 1612 return stream.read() 1613

FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/numpy-1.21.6.dist-info/METADATA'**

BreezeWhite commented 1 year ago

Fixed in #85.