bcdaniels / coniii

Convenient Interface to Inverse Ising
MIT License
4 stars 1 forks source link

No module named 'multiprocess' #18

Closed rxu2 closed 5 years ago

rxu2 commented 5 years ago

Can not import the master branch. Installed with python3. Is this still actively developed?

Traceback (most recent call last):
  File "setup.py", line 29, in <module>
    from coniii.version import version as __version__
  File "<...>/coniii/__init__.py", line 23, in <module>
    from .solvers import MCH,MPF,Pseudo,ClusterExpansion,Enumerate,RegularizedMeanField
  File "<...>/coniii/solvers.py", line 28, in <module>
    import multiprocess as mp
ModuleNotFoundError: No module named 'multiprocess'
bcdaniels commented 5 years ago

Hi, We’ve moved to https://github.com/eltrompetero/coniii . Try the code there and let us know if you still run into this issue? Thanks

rxu2 commented 5 years ago

yup. still has issue.