opengeos / lidar

A Python package for delineating nested surface depressions from digital elevation data.
https://lidar.gishub.org
MIT License
248 stars 53 forks source link

Environment issue #6

Closed maryloooh closed 4 years ago

maryloooh commented 4 years ago

Hi. First of all, I'm quite a novice using python, so this may be a very simply issue but I'm stuck despite all the forums I checked already!

So, I installed the lidar package according to the instructions using Anaconda Prompt. It was successful. However, when I tried installing spyder inside that new environment it does not work. I thought I installed spyder successfully also in the new environment but cannot access it (see screenshots below). I can open spyder directly but then it is still in another environment and won't let me access the lidar package. Any thoughts?

Thanks a lot!

python_code

aubreymoore commented 4 years ago

This does not appear to be an issue with the lidar package. Looks like the Spyder IDE was not installed properly in the py37 virtual environment. Try using a Jupyter notebook instead of Spyder.

giswqs commented 4 years ago

@maryloooh Try installing Jupyter Notebook using conda install notebook. You can also try Visual Studio Code.

maryloooh commented 4 years ago

I installed Visual Studio Code and that solved the issue! Thank you both for your response!