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 'audiostream.core' Tried on python3 and python2 #39

Closed
YsGrandi opened this issue May 1, 2021 · 2 comments

Comments

@YsGrandi
Copy link

YsGrandi commented May 1, 2021

I'm having problems installing audiostream on Ubuntu 20.10
first tried installing for python3 and got this error when importing audiostream :
import audiostream
outputs :

Traceback (most recent call last):
File "", line 1, in
File "/home/gorou92/audiostream/audiostream/audiostream/init.py", line 19, in
from audiostream.core import *
ModuleNotFoundError: No module named 'audiostream.core'

and in python2

Traceback (most recent call last):
File "", line 1, in
File "audiostream/init.py", line 19, in
from audiostream.core import *
ImportError: No module named core

@thyme4soup
Copy link

thyme4soup commented Jul 2, 2021

How did you install it?
I ran into this issue too. I had to add

import pyximport
pyximport.install()

to __init__.py and delete the core.pyx after installing

Judging by the path you posted, I think you're installing locally like I was. I think doing the same thing will work for you

@Julian-O
Copy link

Julian-O commented Dec 3, 2023

👋 We use the issue tracker exclusively for bug reports and feature requests.
However, this issue appears to be a support request. Please use our support channels to get help with the project.

Let us know if this comment was made in error, and we'll be happy to reopen the issue.

@Julian-O Julian-O closed this as not planned Won't fix, can't repro, duplicate, stale Dec 3, 2023
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