pybasicbayes
pybasicbayes copied to clipboard
DiagonalRegression not found when importing
The default download seems not to have this name available in pybasicbayes.distributions, and the latest version does not either. The failure is under python3. Under python2 the import works.
DiagonalRegression is relatively new and may not be in the latest version
on pypi. @mattjj can you look into updating the release version?
Eliot, in the meantime please do the following
git clone [email protected]:mattjj/pybasicbayes.git
cd pybasicbayes
pip install -e .
This will install from source.
On Wed, May 10, 2017 at 10:33 AM, Eliot Moss [email protected] wrote:
I will try downloading the latest, but the default download seems not to have this name available.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mattjj/pybasicbayes/issues/34, or mute the thread https://github.com/notifications/unsubscribe-auth/AFXwKIHbHcADyBwNY5uI_UoaS6cWkY2Qks5r4crMgaJpZM4NWwVj .
Just uploaded the current master to pypi, though I expect if there's a problem on the master branch we might need to update it again with a fix.