Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip-autoremove not working in windows #32

Open
kaulashish opened this issue Oct 16, 2020 · 5 comments
Open

pip-autoremove not working in windows #32

kaulashish opened this issue Oct 16, 2020 · 5 comments

Comments

@kaulashish
Copy link

kaulashish commented Oct 16, 2020

I tried to use pip-autoremove in order to delete jupyter but it shows :

'pip-autoremove' is not recognized as an internal or external command, operable program or batch file.
I then tried using python -m pip-autoremove jupyter -y and it shows:

C:\Users\Ashish\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\python.exe: No module named pip-autoremove

@HeylonNHP
Copy link

Yeah, appears to be useless on windows

@net-wizard
Copy link

same on ubuntu

@tresni
Copy link
Contributor

tresni commented Sep 16, 2021

How are you installing? pip install pip-autoremove should properly install the executable pip-autoremove. You could try my branch which uses newer install techniques for python packages but it's still fundamentally about linking a console script.

@iykat
Copy link

iykat commented Dec 19, 2021

use an underscore between pip and autoremove (pip_autoremove not pip-autoremove)

@tresni
Copy link
Contributor

tresni commented Apr 26, 2022

#44 may also address this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants