Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble installing geo2ml #10

Open
S-AQ opened this issue Aug 28, 2024 · 1 comment
Open

Trouble installing geo2ml #10

S-AQ opened this issue Aug 28, 2024 · 1 comment

Comments

@S-AQ
Copy link

S-AQ commented Aug 28, 2024

Dear Janne,

Your repository looks interesting and it is well documented.
I wanted to give it a try, but I cannot install it properly.

I'm using mamba as an environment manager.
I built the following environment:

>> mamba create geo2ml_mamba
>> mamba activate geo2ml_mamba
>> mamba install pip git geopandas rasterio
>> pip install git+git://github.com/mayrajeo/geo2ml.git

Which resulted in:

(geo2ml_mamba) C:\Users\me>pip install git+git://github.com/mayrajeo/geo2ml.git
Collecting git+git://github.com/mayrajeo/geo2ml.git
  Cloning git://github.com/mayrajeo/geo2ml.git to c:\users\quist_sven-arne\appdata\local\temp\pip-req-build-a9gixoz1
  Running command git clone --filter=blob:none --quiet git://github.com/mayrajeo/geo2ml.git 'C:\Users\me\AppData\Local\Temp\pip-req-build-a9gixoz1'
  fatal: unable to connect to github.com:
  github.com[0: 140.82.121.3]: errno=Unknown error

  error: subprocess-exited-with-error

  × git clone --filter=blob:none --quiet git://github.com/mayrajeo/geo2ml.git 'C:\Users\me\AppData\Local\Temp\pip-req-build-a9gixoz1' did not run successfully.
  │ exit code: 128
  ╰─> See above for output.

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet git://github.com/mayrajeo/geo2ml.git 'C:\Users\me\AppData\Local\Temp\pip-req-build-a9gixoz1' did not run successfully.
│ exit code: 128
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

Do you have any idea what went wrong?

@mayrajeo
Copy link
Owner

Hi,

Seems that there's a typo in the Readme, the correct command is pip install git+https://github.com/mayrajeo/geo2ml.git. I'll update the instructions soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants