spsaswat / APPF_FLIR

AI Forward-looking infrared (FLIR) imaging
Mozilla Public License 2.0
9 stars 4 forks source link

Install SALT on desktop or laptop with GPU #6

Closed spsaswat closed 7 months ago

spsaswat commented 8 months ago

SALT https://github.com/anuragxel/salt

TERN CoESRA (from @mdchia ) https://coesra.tern.org.au/ https://ternaus.atlassian.net/wiki/spaces/TERNSup/pages/2647327891/FAQ+-+CoESRA+Frequently+Asked+Questions

wanqiqiu commented 8 months ago
image

hi, i am wondering what caused the setup failed?

spsaswat commented 8 months ago

@wanqiqiu as you mentioned before, SALT is expecting packages that are Unix/Linux only that's why it failed. Comment those packages out from the https://github.com/anuragxel/salt/blob/main/environment.yaml file. # - libgcc=7.2.0 # - readline=8.2 # - ncurses=6.1 Then use pip to install pip install pyreadline pip install windows-curses

Then rerun: conda env create -f environment.yaml

Let me know how it goes.

wanqiqiu commented 7 months ago
image

Thanks!@spsaswat It works.

spsaswat commented 7 months ago

Thanks, @Yongsong66 for your help in successfully installing SALT on a Linux desktop with GPU. From our previous attempts, we found that there are issues installing SALT on Windows (as tried by @wanqiqiu) and issues (esp. CUDA issues) installing SALT on Mac (as tried by @Yongsong66). So we may want to include it in as one of our decisions (@wanqiqiu).