Simion
Simion
I'm going to release a fix for it anyway.
Released version `v1.4.1` with some error catching, please check it out.
I cannot reproduce it 😞
Cool, thanks. If it breaks at work, it should print the problematic package and continue. For this, you'll have to upgrade pip-upgrader first. `pip-upgrade -p pip-upgrader`
I think it's because at work you have a custom package index (artifact) configured in `~/.config/pip/pip.conf`. After upgrading pip-upgrade (use `--default-index-url` if you still have errors), does it work? It...
You're right, right now the upgrader does not fallback to pypi when a package is not found. To be fixed in next release 😉
The solution for this issue is not complicated, but I need to install artifactory to test it properly :)
Will rewrite api to use requests :)
Awesome, I'll leave it in you then. The change should be simple. I wasn't aware of requests when i wrote the plugin, that's why it is build with urllib :)
http://stackoverflow.com/a/15180938 You could give it a try.