Open eliotmoss opened 7 years ago
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 git@github.com:mattjj/pybasicbayes.git
cd pybasicbayes
pip install -e .
This will install from source.
On Wed, May 10, 2017 at 10:33 AM, Eliot Moss notifications@github.com 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.
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.