You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somthing like that python -m pip install --upgrade pip virtualenv
The thing is that we will install naas + naas dependencies in its own virtualenv, then before running naas we will activate that venv. It will then be isolated.
I already have a branch on that which I need to push.
It's mostly happening in the Dockerfile. I will check about the CI as well.
We need to isolate Naas install from other python libraries to enable jupyter-naas/awesome-notebooks#209 for example.
People could install python lib different from the one installed in Naas.
FYI @riderx
The text was updated successfully, but these errors were encountered: