-
Notifications
You must be signed in to change notification settings - Fork 43
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 0.10.0 no longer runs on Windows #43
Comments
Same issue here. |
just found that python3-pip-autoremove it works but is not updates since year now but it works |
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 whether this works on Windows or not. |
Before my pr get merged, if anyone wants to use my fix, run |
@imba-tjd not worek for me. seems your command is wrong
EDIT: fixed with |
Thanks, I didn't know that. I have updated my comment. |
Same issue here |
Same here |
same |
@imba-tjd Your fix didn't worked for me. It installs and everything but still not running. |
@matias-fuentes I can't help. I just found that |
Same issue on Windows |
This is a known issue, see #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. |
PARA WINDOWS 10. /Scripts : contiene los archivos .py y/o .exe del modulo o script que se instalan por Para poder usar el paquete o script C:/Users//AppData/Roaming/Python/Python310/Scripts/ pip_autoremove.py se debe mover a C:/Program Files/Python310/ Lib C:/Users//AppData/Roaming/Python/Python310/Scripts/__pycache__/ pip_autoremove.cpython-310.pyc se debe mover a C:/Program Files/Python310/Lib/__pycache__ y el archivo C:/Users//AppData/Roaming/Python/Python310/Scripts/ pip-autoremove.exe se puede dejar en ese directorio, siempre y cuando la ruta C:/Users//AppData/Roaming/Python/Python310/Scripts/ este en el path de las variables de entorno en windows, dejo este video por si no saben configurar las variables de entorno de windows https://www.youtube.com/watch?v=GvCiCFXEivk, si hacen este paso, cierren su cmd o consola y vuelvan a abrirla. Si no quieren configurar la variable de entorno, simplemente muevan el archivo C:/Users//AppData/Roaming/Python/Python310/Scripts/ pip-autoremove.exe moverlo a C:/Program Files/Python310/ Scripts luego de ya haber hecho todo esto, pueden ejecutar Usage: pip-autoremove [OPTION]... [NAME]... `Options: --version show program's version number and exit -h, --help show this help message and exit -l, --list list unused dependencies, but don't uninstall them. -L, --leaves list leaves (packages which are not used by any others). -y, --yes don't ask for confirmation of uninstall deletions. -f, --freeze list leaves (packages which are not used by any others) in
Espero sirva mi aporte 👍 |
seems like this module is very broken when such basic stuff is not merged. which is really sad, because it seems like that module could solve my problem. @invl |
The changes to the package build process now installs pip_autoremove.py to C:\Python3.9\Scripts instead of C:\Python3.9\Lib\site-packages.
C:\Python3.9\Scripts is not on
PYTHONPATH
, so atttempting to run pip-autoremove results in the following error:The text was updated successfully, but these errors were encountered: