Hello,
when building with conda I encounter this error
bin/sh: 20: cd: can't cd to herro
ABORT: Aborting with RETVAL=255
Of course because we are inside already, any idea? Also during the install process pip refuses to install, not because of conflict, you have to do it yourself
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
bokeh 3.3.2 requires PyYAML>=3.10, which is not installed.
dask 2023.12.0 requires pyyaml>=5.3.1, which is not installed.
distributed 2023.12.0 requires psutil>=5.7.2, which is not installed.
distributed 2023.12.0 requires pyyaml>=5.3.1, which is not installed.
distributed 2023.12.0 requires urllib3>=1.24.3, which is not installed.
ipykernel 6.25.2 requires psutil, which is not installed.
jupyter-console 6.6.3 requires pygments, which is not installed.
jupyterlab-server 2.24.0 requires babel>=2.10, which is not installed.
nbconvert 7.8.0 requires markupsafe>=2.0, which is not installed.
nbconvert 7.8.0 requires pygments>=2.4.1, which is not instal
This one I could solve by manually installing all pip programs.
Thanks a lot.
EDIT: I am on Ubuntu 24
Hello,
when building with conda I encounter this error
Of course because we are inside already, any idea? Also during the install process pip refuses to install, not because of conflict, you have to do it yourself
This one I could solve by manually installing all pip programs.
Thanks a lot.
EDIT: I am on Ubuntu 24