mscross / pysplit

A package for HYSPLIT air parcel trajectory analysis.
BSD 3-Clause "New" or "Revised" License
144 stars 79 forks source link

Does the Pysplit is compatible with python 3.8.12 on Win-11? #86

Closed HARSHBARDHANK94 closed 2 years ago

HARSHBARDHANK94 commented 2 years ago

I am trying to install Pysplit via Anaconda prompt using : conda install pysplit It cannot gather environment resources to download this.

What could be the probable reasons............

mscross commented 2 years ago

PySPLIT must be installed to your Anaconda environments by using pip install

HARSHBARDHANK94 commented 2 years ago

Screenshot (19)

HARSHBARDHANK94 commented 2 years ago

PySPLIT must be installed to your Anaconda environments by using pip install

Didn't worked this at my system.

mscross commented 2 years ago

Ok but what do you get if you type pip install pysplit? That image shows the expected result of typing conda install pysplit.

HARSHBARDHANK94 commented 2 years ago

Thanks a lot, that worked and successfully installed at my system.