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

安装包错误 #58

Open
zhaoyanchen123 opened this issue Apr 6, 2023 · 0 comments
Open

安装包错误 #58

zhaoyanchen123 opened this issue Apr 6, 2023 · 0 comments

Comments

@zhaoyanchen123
Copy link

运行python detect.py 时候报错:
ERROR: Cannot install sss==1.0, sss==1.1 and sss==1.2 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
Traceback (most recent call last):
File "/home/yan/DMS/yolov7-face-master/utils/general.py", line 117, in check_requirements
pkg.require(r)
File "/home/yan/anaconda3/envs/yolov7-face-master/lib/python3.6/site-packages/pkg_resources/init.py", line 886, in require
needed = self.resolve(parse_requirements(requirements))
File "/home/yan/anaconda3/envs/yolov7-face-master/lib/python3.6/site-packages/pkg_resources/init.py", line 772, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'sss' distribution was not found and is required by the application

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "train.py", line 518, in
check_requirements(exclude=('pycocotools', 'thop'))
File "/home/yan/DMS/yolov7-face-master/utils/general.py", line 121, in check_requirements
print(subprocess.check_output(f"pip install '{r}'", shell=True).decode())
File "/home/yan/anaconda3/envs/yolov7-face-master/lib/python3.6/subprocess.py", line 356, in check_output
**kwargs).stdout
File "/home/yan/anaconda3/envs/yolov7-face-master/lib/python3.6/subprocess.py", line 438, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command 'pip install 'sss'' returned non-zero exit status 1.

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

1 participant