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?