On branch joe_mainapp_fixes and also marina, I had to do the following to get the app running on my laptop.
(pyBasket) joewandy@asavpn150-184 mainApp % pip install streamlit_option_menu
(pyBasket) joewandy@asavpn150-184 mainApp % pip install scikit-learn-extra
(pyBasket) joewandy@asavpn150-184 mainApp % pip install lime
(pyBasket) joewandy@asavpn150-184 mainApp % pip install pyale
(pyBasket) joewandy@asavpn150-184 mainApp % conda install shap lime PyALE altair
(pyBasket) joewandy@asavpn150-184 mainApp % conda install mpld3
(pyBasket) joewandy@asavpn150-184 mainApp % pip install shap
(pyBasket) joewandy@asavpn150-184 mainApp % pip install alibi
(pyBasket) joewandy@asavpn150-184 mainApp % pip install ray
(pyBasket) joewandy@asavpn151-112 mainApp % pip install altair_saver
Need to check environment.yml (for Conda), Pipfile (for Pipenv) and pyproject.toml (for Poetry) to make sure all the dependencies above are present. I guess some dependencies are already present, but it seems like some are missing.
On branch
joe_mainapp_fixesand alsomarina, I had to do the following to get the app running on my laptop.Need to check environment.yml (for Conda), Pipfile (for Pipenv) and pyproject.toml (for Poetry) to make sure all the dependencies above are present. I guess some dependencies are already present, but it seems like some are missing.