pybasicbayes icon indicating copy to clipboard operation
pybasicbayes copied to clipboard

DiagonalRegression not found when importing

Open eliotmoss opened this issue 8 years ago • 2 comments

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.

eliotmoss avatar May 10 '17 14:05 eliotmoss

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 .

slinderman avatar May 10 '17 15:05 slinderman

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.

mattjj avatar May 10 '17 17:05 mattjj