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

ModuleNotFoundError: No module named 'mosqito.classes' #86

Open
fsongman opened this issue Jun 22, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'mosqito.classes' #86

fsongman opened this issue Jun 22, 2024 · 1 comment

Comments

@fsongman
Copy link

Hello,
I was following a tutorial on sound quality measurements of psychoacoustic parameters with MOSQITO
(https://www.minidsp.com/applications/acoustic-measurements/psychoacoustic-measurements-with-mosqito)
However, running "from mosqito.classes.Audio import Audio" in the tutorial gives an error as follows:
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'mosqito.classes'

My installed version of mosqito is 1.2.1. Is this error because there were some changes in the classes/methods compared to the version used in the tutorial? Thanks.

@wantysal
Copy link
Collaborator

Hello,

There was actually lots of changes in the library since that version ... If you want to start using it from an example, I recommend you to look at the doc here : https://mosqito.readthedocs.io/en/latest/

It includes examples for all available functions ;)

Hope this helps,
Salomé

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

2 participants