rlouf / mcx

Express & compile probabilistic programs for performant inference on CPU & GPU. Powered by JAX.
https://rlouf.github.io/mcx
Apache License 2.0
325 stars 17 forks source link

pip3 install, module error #84

Closed dirknbr closed 3 years ago

dirknbr commented 3 years ago

I installed mcx via pip3 and then when I run import mcx I get

ModuleNotFoundError: No module named 'mcx'
rlouf commented 3 years ago

That's normal, it hasn't been released yet (and before the compiler-refactor merge not really in a usable state!).

dirknbr commented 3 years ago

Ah ok, but I found it on the pypi site and assumed it can be installed

so install from github then?

rlouf commented 3 years ago

yes, git clone and pip install .