jpn-- / larch

Larch: a Python tool for choice modeling
http://larch.newman.me
GNU General Public License v3.0
41 stars 14 forks source link

Got error when set up Larch #2

Closed MengchenZu closed 2 years ago

MengchenZu commented 6 years ago

Hello,

I have met an error on installing Larch.

When I installed with "pip install larch", I met "could not find a version that satisfies the requirement larch".

And when I clone the source code and installed with "python setup.py install". I got the error on the picture. _20180123234420

How can I install Larch?

Best regards, Mengchen

jpn-- commented 6 years ago

Unfortunately, I have not had the time or resources to focus on compiling Larch successfully for linux. You are more than welcome to try, and in theory it should be readily possible, but currently I’ve only gotten around to making versions available on macOS and Windows.

I am working on a new version of the software that should make cross-platform compilation even easier, but it will be a few months at least before it is ready for use.

_Jeff

On Jan 23, 2018, at 4:45 AM, Mengchen(Herman) Zu notifications@github.com wrote:

Hello,

I have met an error on installing Larch.

When I installed with "pip install larch", I met "could not find a version that satisfies the requirement larch".

And when I clone the source code and installed with "python setup.py install". I got the error on the picture. https://user-images.githubusercontent.com/11532562/35276427-77004d5a-0097-11e8-946d-46159d01027b.jpg How can I install Larch?

Best regards, Mengchen

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jpn--/larch/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AA_RUnSRqJLL9Nkg0VRWfjhWMydfnpqcks5tNdSFgaJpZM4RplLr.

MengchenZu commented 6 years ago

Thank you. I will have a try on Windows. If there is any problems, I will ask for your help.

Cheers, Mengchen

glederrey commented 6 years ago

Dear Jeff,

Have you been able to work on a new version that is working with Linux? I would be really interested in using and improving larch for stochastic algorithms.

Best, Gael