pysal / esda

statistics and classes for exploratory spatial data analysis
https://pysal.org/esda
BSD 3-Clause "New" or "Revised" License
206 stars 53 forks source link

Error when importing esda package in Python #292

Open Mario-0 opened 1 week ago

Mario-0 commented 1 week ago

hello, I have a strange issue that the esda package seems to be installed fine but gives an error when importing it. any idea how to resolve?

Thank you!

afbeelding

martinfleis commented 1 week ago

I suppose that your Jupyter kernel is using different environment than you access in powershell.

Mario-0 commented 1 week ago

I suppose that your Jupyter kernel is using different environment than you access in powershell.

thank you for your quick reply, I am a beginner and I don't know what to do with your statement. I checked 2 manuals https://www.geeksforgeeks.org/managing-jupyter-kernels-a-comprehensive-guide/ and https://code.visualstudio.com/docs/datascience/jupyter-kernel-management but these do not provide the instructions that I need. I'm working in Visual Studio Code. How can I arrange that the right kernel with the right esda package is used?