Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Getting Felicette to run on Debian in WSL #1

Closed
beigexperience opened this issue Jul 25, 2020 · 1 comment
Closed

Getting Felicette to run on Debian in WSL #1

beigexperience opened this issue Jul 25, 2020 · 1 comment

Comments

@beigexperience
Copy link

beigexperience commented Jul 25, 2020

I had to run these commands in order to get it to work in Debian on WSL

sudo apt -y install python3-venv python-numpy gdal-bin libgdal-dev
pip3 install wheel
pip3 install --upgrade pip
pip3 install numpy GDAL==$(gdal-config --version)
pip3 install opencv-python==4.3.0.36
pip3 install felicette

I was getting random errors otherwise.

Also xdg-open is meaningless in the context of WSL.
WSL can launch windows exes directly, but I'm not sure if there is a shim available so that xdg-open would invoke ShellOpen somehow on the windows side.

I used xdg-open-wsl. Works great.

@plant99
Copy link
Owner

plant99 commented Jul 25, 2020

Thanks for the feedback, will integrate it somewhere in the docs.

@plant99 plant99 closed this as completed Jul 25, 2020
plant99 pushed a commit that referenced this issue Jul 25, 2020
felicette: forgot to add a square bracket.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants