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

pipupgrade getting stuck on Windows 10 #137

Open
Selene29 opened this issue May 12, 2022 · 2 comments
Open

pipupgrade getting stuck on Windows 10 #137

Selene29 opened this issue May 12, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Selene29
Copy link

Description

#132 (comment)
--> pipupgrade getting stuck on Windows 10
I also encountered this problem:
Terminal was also running in admin mode.
The programm is just doing nothing.

Uninstalling and reinstalling changes nothing.

Logs

PS C:\Users\TestUser> pipupgrade --check -v --verbose
0.2.0

2022-05-04 18:50:14,862 | INFO | Environment: {'version': '0.2.0', 'python_version': '3.9.7', 'os': 'Windows-10-10.0.19044-SP0', 'config': {'path': {'BASE': 'C:\Users\TestUser\AppData\Roaming\Python\Python39\site-packages\bpyutils', 'DATA': 'C:\Users\TestUser\AppData\Roaming\Python\Python39\site-packages\bpyutils\data', 'CACHE': 'C:\Users\TestUser\.config\bpyutils', 'JOBS': 'C:\Users\TestUser\AppData\Roaming\Python\Python39\site-packages\bpyutils\jobs'}}, 'settings': {'settings': {'version': '0.2.0', 'cache_timeout': '86400', 'jobs': '12', 'max_chunk_download_bytes': '1024'}}}
2022-05-04 18:50:14,862 | INFO | Arguments Passed: {'args': (), 'kwargs': {'ARGUMENTS': <class 'inspect._empty'>, 'packages': [], 'resolve': False, 'ignore': None, 'pip_path': None, 'yes': 0, 'clean': 0, 'check': True, 'upgrade_type': ['minor', 'patch'], 'latest': 0, 'format': 'table', 'all': 0, 'pip': 0, 'self': False, 'requirements': None, 'pipfile': None, 'interactive': 0, 'project': None, 'git_username': None, 'git_email': None, 'pull_request': False, 'github_access_token': None, 'github_reponame': None, 'github_username': None, 'target_branch': 'master', 'jobs': 12, 'user': 0, 'no_included_requirements': 0, 'no_cache': 0, 'output': None, 'ignore_error': 0, 'force': 0, 'doctor': False, 'no_color': 0, 'verbose': True}, 'a': <pipupgrade.commands.to_params..O object at 0x000001E321362D60>}
Checking...
2022-05-04 18:50:14,867 | INFO | pip executables found: ['C:\Users\TestUser\AppData\Roaming\Python\Python39\Scripts\pip.exe', 'C:\Users\TestUser\AppData\Roaming\Python\Python39\Scripts\pip3.exe']
2022-05-04 18:50:14,867 | INFO | Using 12 jobs...
2022-05-04 18:50:15,573 | INFO | Fetching installed packages for C:\Users\TestUser\AppData\Roaming\Python\Python39\Scripts\pip3.exe...
2022-05-04 18:50:15,573 | INFO | Executing command: C:\Users\TestUser\AppData\Roaming\Python\Python39\Scripts\pip3.exe list --outdated --format json
2022-05-04 18:50:15,573 | INFO | Fetching installed packages for C:\Users\TestUser\AppData\Roaming\Python\Python39\Scripts\pip.exe...
2022-05-04 18:50:15,573 | INFO | Executing command: C:\Users\TestUser\AppData\Roaming\Python\Python39\Scripts\pip.exe list --outdated --format json

@Selene29 Selene29 added the bug Something isn't working label May 12, 2022
@baterflyrity
Copy link

baterflyrity commented Sep 8, 2022

Also faced this issue. Now I am inteded to use alternative upgrade manager pip-review It's a pity because pipupgrade seems to be the best in other sides.

Relatted information is in #30. Seems like this bug has not been fixed yet (since 2019!).

@baterflyrity
Copy link

To be clearer the underlying command pip list --outdated --format json works fine and does not stuck at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants