PrincetonUniversity / DP_GP_cluster

BSD 3-Clause "New" or "Revised" License
73 stars 25 forks source link

ImportError: cannot import name core #13

Closed smazcw3 closed 5 years ago

smazcw3 commented 5 years ago

While running the test on Mac with python 2.7 DP_GP_cluster.py -i test/test.txt -o test/test -p png -n 20 --plot

I am getting the following error

    from DP_GP import core
ImportError: cannot import name core

Can you provide some assistance to fix this?

smazcw3 commented 5 years ago

solved this problem by myself.

tanishq67 commented 1 year ago

Coule you please let me know, how you was able to solve the issue