You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Cannot uninstall 'wincertstore'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
#24
Open
human-ai2025 opened this issue
Apr 12, 2021
· 1 comment
When I run make pip-tools, it seems that it doesn't work with pip sync giving an error like the below
pip-sync requirements/prod.txt requirements/dev.txt
Found existing installation: wincertstore 0.2
ERROR: Cannot uninstall 'wincertstore'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
Traceback (most recent call last):
File "d:\ml_dev\envs\fsdl-text-recognizer-2021\lib\runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "d:\ml_dev\envs\fsdl-text-recognizer-2021\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "D:\ML_dev\envs\fsdl-text-recognizer-2021\Scripts\pip-sync.exe_main.py", line 7, in
File "d:\ml_dev\envs\fsdl-text-recognizer-2021\lib\site-packages\click\core.py", line 829, in call return self.main(*args, **kwargs)
File "d:\ml_dev\envs\fsdl-text-recognizer-2021\lib\site-packages\click\core.py", line 782, in main
rv = self.invoke(ctx)
File "d:\ml_dev\envs\fsdl-text-recognizer-2021\lib\site-packages\click\core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "d:\ml_dev\envs\fsdl-text-recognizer-2021\lib\site-packages\click\core.py", line 610, in invoke
return callback(*args, **kwargs)
File "d:\ml_dev\envs\fsdl-text-recognizer-2021\lib\site-packages\piptools\scripts\sync.py", line 151, in cli
ask=ask,
File "d:\ml_dev\envs\fsdl-text-recognizer-2021\lib\site-packages\piptools\sync.py", line 227, in sync
check=True,
File "d:\ml_dev\envs\fsdl-text-recognizer-2021\lib\subprocess.py", line 438, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['d:\ml_dev\envs\fsdl-text-recognizer-2021\python.exe', '-m', 'pip', 'uninstall', '-y', 'wincertstore']' returned non-zero exit status 1.
make: *** [Makefile:14: pip-tools] Error 1`
operating system :- Windows 10
Environment:- Anaconda
GPU:- GTX 1650
The text was updated successfully, but these errors were encountered:
When I run make pip-tools, it seems that it doesn't work with pip sync giving an error like the below
operating system :- Windows 10
Environment:- Anaconda
GPU:- GTX 1650
The text was updated successfully, but these errors were encountered: