Skip to content

Installation of packages not working #1

@franktoffel

Description

@franktoffel

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions