stash
stash copied to clipboard
Packages under nested packages overwrite previous directory
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/.