Re: Occasional incomplete installs (from pip)

2019-08-01 Thread Matt Wilkie
Note to self/world for possible future troubleshooting. >> > > Please create an issue for this, if you haven't done so. Issues are Leo's > permanent memory. > yabut too many Opens are demoralizing. If it happens once and seems hard to reproduce or too localized I just note it. When I run

Re: Occasional incomplete installs (from pip)

2019-07-30 Thread Edward K. Ream
On Tue, Jul 30, 2019 at 10:44 AM Matt Wilkie wrote: > Note to self/world for possible future troubleshooting. > Please create an issue for this, if you haven't done so. Issues are Leo's permanent memory. Edward -- You received this message because you are subscribed to the Google Groups

Occasional incomplete installs (from pip)

2019-07-30 Thread Matt Wilkie
Note to self/world for possible future troubleshooting. Sometimes the python environment gets into a state where Leo (or presumably any python package) is incompletely (un)installed. The fix is simple, just `pip install -e .` again (and then uninstall if that's the true intention). I'm unsure