stash icon indicating copy to clipboard operation
stash copied to clipboard

Packages under nested packages overwrite previous directory

Open boxed opened this issue 7 years ago • 0 comments

If you pip install tri.declarative it also installs its dependency tri.struct but after this the tri/ folder has overwritten the existing tri/ folder that contained tri/declarative.

The workaround is to install tri.struct, rename tri/ to tri2/, install tri.declarative, move tri2/struct into tri/, remove tri2/.

boxed avatar Dec 18 '18 07:12 boxed