can't install edward2 a library in python

333 Views Asked by At

I want to install edward2 library: https://github.com/google/edward2. I used this command: pip install "git+https://github.com/google/edward2.git#egg=edward2". But when I want to import it in spyder it had an error:

ModuleNotFoundError: No module named 'edward2'.

Could someone help me to install it with conda?

0

There are 0 best solutions below