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
Currently the package.egg-info is created in the source directory.
This might not be suitable is the source comes from somewhere where we don't have write access.
Currently the
package.egg-info
is created in the source directory.This might not be suitable is the source comes from somewhere where we don't have write access.
It might be better to have all build artifacts in another place (like maybe
build/
ordevel/
') but it seemspip install -e
needs it in source... Ref : https://pip.pypa.io/en/stable/reference/pip_install/#editable-installsSo I am not even sure this is doable... but might be worth trying anyway.
The text was updated successfully, but these errors were encountered: