-
Notifications
You must be signed in to change notification settings - Fork 0
Installation of packages not working #1
Copy link
Copy link
Open
Description
Miniconda (Miniforge) is installed but 'conda list' shows no packages.
The default installation in the click_to_install.bat returns HTTP certificates errors:
:: Using --file requirements.txt and --yes to install all files
start /wait /B "" conda install -y -c conda-forge --file package-list_min.txt
Workaround, uncomment the line to call the packages directly:
:: Alternative, direct call to packages instead of using requirements file
start /wait /B "" conda install -y -c conda-forge scikit-learn pandas numpy scipy matplotlib ipython jupyter numba scikit-image dask datashader bokeh holoviews colorcet shap lightgbm umap-learn hdbscan optuna pynndescent joblib==1.1.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels