Achilles Rasquinha
Achilles Rasquinha
Which pipupgrade version did you install?
I believe for some reason your system is unable to detect `bins` within your pip installs. Maybe missing path? Could you do `pip show pipupgrade`
You might have to provide me the entire log using `pipupgrade --verbose`
In your new log, seems like everything ran smoothly. No?
Use a dependency resolution algorithm maybe?
Currently working on branch [`pubgrub`](https://github.com/achillesrasquinha/pipupgrade/tree/pubgrub)
- [ ] TODO: Check issues with dependency cache.
Dear All, This is in its final stages! The new dependency resolver within pipupgrade will attempt to ensure the most ideal latest version to be installed ensuring that it resolves...
Hi @binarykitchen @luisnabais Appreciate you reporting this issue. Could you please instead use the Bug Report format so that we're able to diagnose this issue better? Thanks!
I'll be introducing `pipupgrade --doctor` soon to rectify this issue. For now, you could clean the cache by simply `rm -rf ~/.config/pipupgrade` and try again