Brian Hartvigsen

Results 79 comments of Brian Hartvigsen

Should be addressed by the merge of #42 and the new release, please close if that resolves your issue.

Following up on this. I did reach @invl in September of last year and they merged the changes up to that point. They were concerned about adding new contributors or...

If you can, please test #44 and report back if that works for you. I'm not seeing any negative effects on Mac OS or Linux, so just a question of...

This is a known issue, see https://github.com/invl/pip-autoremove/pull/44 .

I have no power to merge anything. I just try to make sure people know where the fix is. @invl is the only one with access to merge anything.

If that path is correct, you would need to modify the path environmental variable. ``` export PATH=~/.local/lib/python3.5/site-packages/:$PATH ``` Would be a temporary fix, you'd either modify your shell's rc file...

PEP8 says module names should be lowercase, alphanumeric, and underscores (technically only if it improves readability.) So the module name seems to be correct by Python community standards. I'm not...

I don't think this does anything we want. pip-autoremove is designed to be a user-run script, not an imported module, as per the documentation: > `py_modules` > A list of...

Whoops, got the wrong issue, I don't think I dealt with this one, sorry

I don't think this behavior is actually wrong though. pip-autoremove relies on the package information from setuptools (ie the setup.py file.) scikit-image's package says its requirements are: ``` Projects/scikit-image ●»...