Results 2 comments of Dilara Gokay

I have seen the same error when I upgraded pytorch and ran `import pyro` afterward. To solve this, the first thing I tried was uninstalling and installing pyro. Running ```...

> Hi @dilaragokay, I think you'll need to fix the pyro package name > > ```diff > - pip install pyro > + pip install pyro-ppl > ``` Exactly, thanks....