• Welcome to TalkWeather!
    We see you lurking around TalkWeather! Take the extra step and join us today to view attachments, see less ads and maybe even join the discussion.
    CLICK TO JOIN TALKWEATHER

General Parameter Threads (Composite , Possible Hazard Type, SARS and other parameters)

okay so i found out that i can launch back into the environment we created earlier should be called sharppy_env just gotta type out conda env list and should show up as sharppy_env to activate you can type conda activate sharppy_env and press enter and should launch into the environment
 
okay i got it figured out incase if anyone was wanting to get it working
first you got to install conda and git with using winget (winget install git.git) (winget install anaconda.miniconda3)
second use conda to create a supported python environment
conda create -n sharppy_env python=3.10
conda activate sharppy_env
conda install -c conda-forge sharppy
then third these instructions i found it easier with using git plus also following the commands in the yt video

https://github.com/sharppy/SHARPpy?tab=readme-ov-file
conda install pyside
git clone https://github.com/sharppy/SHARPpy
cd sharppy
git pull origin master (ignore doesnt work when doing the command)
python setup.py install
cd runsharp
python full_gui.py
sharppy
 
Back
Top