aditya-grover / climate-learn

Source code for ClimateLearn
MIT License
310 stars 49 forks source link

Installation fails #31

Closed Skerre closed 1 year ago

Skerre commented 1 year ago

Dear climate-learn Team! I tried to install you repository but both methods described in your readme file failed unfortunately.

The first output looks like this:

image

The second was a bit weirder, after I downloaded your code base and tried to install with the requirements file:

image

Do you have any ideas what I could do?

jasonjewik commented 1 year ago

Hi Skerre, thanks for flagging this issue, and thank you for including screenshots to reproduce the error. It seems like you're trying to install our package on a Windows computer. At the moment, our team can only guarantee the package will install correctly on Linux distros. (Platform-specific installation methods are on our roadmap for future features of ClimateLearn.) In the meantime, you can try running the quickstart Google Colab. Otherwise, if you need to use our package on your local machine, try installing on a Linux-based OS such as Ubuntu. If such a machine is not available to you, we recommend installing Windows Subsystem for Linux (WSL). See this link for installation instructions: https://learn.microsoft.com/en-us/windows/wsl/install. Please let us know if you have further troubles with installing our package by replying to this issue thread. Thanks!

Skerre commented 1 year ago

@jasonjewik Thank you for your help. I can move to a Linux machine (or use WSL indeed). Until then, good luck with the development!

Best, Martin