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!