giswqs / geog-312

Introduction to GIS Programming
https://geog-312.gishub.org
Creative Commons Attribution 4.0 International
217 stars 87 forks source link

Geemap and laeafmap installing using Mamba and Jupyter Lab issue #71

Closed Raj6112 closed 1 month ago

Raj6112 commented 1 month ago

Hi, I am facing two issues while referring Intro to GIS Programming Week 1: Introduction to Conda, Mamba, VS Code, and Git You tube lecture.

  1. When i try to intsall Geemap and laeafmap using "(geo) C:\Users\A132054>mamba install -c conda-forge geemap leafmap" i am getting following error -

image

below two snips are for same error due to multiple lines of error i kept them those two in order..

image

image

Example: conda --no-plugins install

Alternatively, you can set the CONDA_NO_PLUGINS environment variable on the command line to run the command without plugins enabled.

Example: CONDA_NO_PLUGINS=true conda install

2 - Despite above error when i try to open Jupyter lab using following command

**(base) C:\Users\A132054> cd .\Documents\GIS_Prog

(base) C:\Users\A132054\Documents\GIS_Prog> conda activate geo

(geo) C:\Users\A132054\Documents\GIS_Prog> jupyter lab**

This redirecting me to Virtual Studio in Browser (Below Image )

image

and Command Prompt giving error like below -

[main 2024-09-22T07:21:59.509Z] update#setState idle [5048:0922/125209.860:ERROR:ssl_client_socket_impl.cc(975)] handshake failed; returned -1, SSL error code 1, net_error -101 [main 2024-09-22T07:22:29.520Z] update#setState checking for updates [main 2024-09-22T07:22:29.527Z] update#setState downloading [main 2024-09-22T07:22:29.531Z] update#setState downloaded

Please help in this @giswqs

giswqs commented 1 month ago

It is your network problem. If conda doesn't work, try pip install

Raj6112 commented 1 month ago

Thank you Sir for Providing soloution. It would be really helpful if you can also suggest on second issue. Regarding Jupyter lab