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

unable to import stanford_mir #53

Open
roshanbiswas opened this issue Feb 29, 2020 · 3 comments
Open

unable to import stanford_mir #53

roshanbiswas opened this issue Feb 29, 2020 · 3 comments

Comments

@roshanbiswas
Copy link

roshanbiswas commented Feb 29, 2020

I am using Python 3.7.3 and Jupyter Notebook 6.0.0, and have installed dependencies - numpy, scipy, pandas and librosa:

import stanford_mir
ModuleNotFoundError: No module named 'stanford_mir'
@roshanbiswas roshanbiswas changed the title unable to import stanfor unable to import stanford_mir Feb 29, 2020
@ghost
Copy link

ghost commented Jun 14, 2020

@Nighteg
Copy link

Nighteg commented Dec 6, 2021

You can find it here: https://raw.githubusercontent.com/stevetjoa/musicinformationretrieval.com/gh-pages/stanford_mir.py

What does that even mean? What am i supposed to do with all this code? How would that fix "No module named 'stanford_mir'"??

@asnota
Copy link

asnota commented Mar 7, 2023

It means that the library is not installed in your environment. The link to the raw python script is a library itself - you might copy it to a python file and add to your working python repository. Or, you might copy the github directory, containing this file, cd to it and use the lib from there.

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

3 participants