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

No module named 'music.pymusic' #69

Open
NarinderBrar opened this issue Dec 28, 2020 · 0 comments
Open

No module named 'music.pymusic' #69

NarinderBrar opened this issue Dec 28, 2020 · 0 comments

Comments

@NarinderBrar
Copy link

NarinderBrar commented Dec 28, 2020

Hello, I am facing a problem with pymusic, while testing MUSIC/pymusic/examples. While MUSIC/examples working fine.

Following is my environment detail.
OS: Ubuntu 20.04.1 LTS
Python 3.8.5
Cython 0.29.21
Open MPI 4.0.3
MUSIC 1.1.16

Error after running hello world example.

narinder@narinder-desktop:~/Documents/MUSIC/pymusic/examples$ mpirun -np 4 music helloworld.music
Traceback (most recent call last):
File "./senders.py", line 3, in
import music
File "/usr/local/lib/python3.8/dist-packages/music/init.py", line 26, in
from .pymusic import *
ModuleNotFoundError: No module named 'music.pymusic'
Traceback (most recent call last):
File "./receivers.py", line 3, in
import music
File "/usr/local/lib/python3.8/dist-packages/music/init.py", line 26, in
from .pymusic import *
ModuleNotFoundError: No module named 'music.pymusic'

Primary job terminated normally, but 1 process returned
a non-zero exit code. Per user-direction, the job has been aborted.

Traceback (most recent call last):
File "./senders.py", line 3, in
import music
File "/usr/local/lib/python3.8/dist-packages/music/init.py", line 26, in
from .pymusic import *
ModuleNotFoundError: No module named 'music.pymusic'

mpirun detected that one or more processes exited with non-zero status, thus causing
the job to be terminated. The first process to do so was:

Process name: [[49895,1],0]
Exit code: 1

Also attached log of make install.
log_make_install.txt

Please check if I missed something.
Thanks

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

1 participant