Closed MartinLiebig closed 8 years ago
Sorry, editing this, as I see that is the command you had issued. We will look into this.
This is odd, because this was an issue I believe we had fixed from the release candidate. Can you try adding .git
to the end of the install command, so:
pip install -U git+https://github.com/pymc-devs/pymc3.git
I wonder if leaving it off installs the release?
@MartinSchmitzDo Can you retry from current master?
i've tried pip install git+https://github.com/pymc-devs/pymc3.git again. Still the same error.
This is bizarre, as this was fixed in master. You might try adding -U --force-reinstall
to the pip command. Are you using Anaconda? If so, you can also try creating a clean virtualenv and trying to install it there.
since this is my private laptop which I only use for fun/science projects i went for the most extreme way and reinstalled anaconda. After installing sphinx via conda and not pip it works now.
Thanks for the help.
~Martin
Dear All,
i just tried to install pyMC3 on my macbook. It's not working and i cannot figure out how to fix it. Here is the shell output:
I am running most recent macOs with a kind of standard anaconda stack