openclimatedata / pyhector

Python interface for the simple global climate carbon-cycle model Hector
http://pyhector.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
42 stars 10 forks source link

._bindings in __ini__ file #45

Closed tamara-goyea closed 5 years ago

tamara-goyea commented 5 years ago

I am unable to run because the init file is referencing ._bindings which can't be found.

swillner commented 5 years ago

Thanks for the hint! We just released version "2.2.0.1" that should be working now!

tamara-goyea commented 5 years ago

Thanks,

Is it on Github? How should I install it on a Mac?

Tamara

-- Tamara Goyea, Ph.D. Johns Hopkins University Applied Physics Lab

From: Sven Willner notifications@github.com Reply-To: openclimatedata/pyhector reply@reply.github.com Date: Wednesday, April 3, 2019 at 8:57 AM To: openclimatedata/pyhector pyhector@noreply.github.com Cc: "Goyea, Tamara D." Tamara.Goyea@jhuapl.edu, Author author@noreply.github.com Subject: Re: [openclimatedata/pyhector] ._bindings in ini file (#45)

Thanks for the hint! We just released version "2.2.0.1" that should be working now!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/openclimatedata/pyhector/issues/45#issuecomment-479477510, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AuKnpRRjpP-VJDQvgOwLlQIaQQqNif_gks5vdKVDgaJpZM4cZN_E.

swillner commented 5 years ago

You need to have the boost libraries installed (https://www.boost.org/ or just brew install boost if you have brew on your mac, which I would recommend getting ;) ), then pip install pyhector should suffice.