Skip to content

No module named 'music.pymusic' #69

@NarinderBrar

Description

@NarinderBrar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions