Skip to content

ModuleNotFoundError: No module named 'vars.admixprop'.....or....ImportError: No module named numpy #73

@Razi1026

Description

@Razi1026

Hi,

I try to run python3 structure.py on mac, BUT I got this error:

Traceback (most recent call last):
File "structure.py", line 3, in
import fastStructure
File "fastStructure.pyx", line 2, in init fastStructure
import numpy as np
ModuleNotFoundError: No module named 'vars.admixprop'

If I run by python2.7, i got another error:

Traceback (most recent call last):
File "structure.py", line 2, in
import numpy as np
ImportError: No module named numpy

Would you please help on this issue? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions