-
Notifications
You must be signed in to change notification settings - Fork 58
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
DistributionNotFound: The 'greenlet==1.1.3' distribution was not found and is required by the application #90
Comments
Hi, Traceback (most recent call last):
File "C:\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Python310\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:\Users\merinorus\.cache\pre-commit\repoc2e43htu\py_env-python3.10\Scripts\liccheck.EXE\__main__.py", line 7, in <module>
File "C:\Users\merinorus\.cache\pre-commit\repoc2e43htu\py_env-python3.10\lib\site-packages\liccheck\command_line.py", line 399, in main
sys.exit(run(args))
File "C:\Users\merinorus\.cache\pre-commit\repoc2e43htu\py_env-python3.10\lib\site-packages\liccheck\command_line.py", line 388, in run
return process(args['requirement_txt_file'], strategy, args['level'], args['reporting_txt_file'],
File "C:\Users\merinorus\.cache\pre-commit\repoc2e43htu\py_env-python3.10\lib\site-packages\liccheck\command_line.py", line 250, in process
pkg_info = get_packages_info(requirement_file, no_deps)
File "C:\Users\merinorus\.cache\pre-commit\repoc2e43htu\py_env-python3.10\lib\site-packages\liccheck\command_line.py", line 166, in get_packages_info
packages = [transform(dist) for dist in resolve_func(requirements)]
File "C:\Users\merinorus\.cache\pre-commit\repoc2e43htu\py_env-python3.10\lib\site-packages\liccheck\command_line.py", line 166, in <listcomp>
packages = [transform(dist) for dist in resolve_func(requirements)]
File "C:\Users\merinorus\.cache\pre-commit\repoc2e43htu\py_env-python3.10\lib\site-packages\liccheck\requirements.py", line 51, in resolve
for dist in pkg_resources.working_set.resolve(requirements):
File "C:\Users\merinorus\.cache\pre-commit\repoc2e43htu\py_env-python3.10\lib\site-packages\pkg_resources\__init__.py", line 795, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'selenium==4.4.3' distribution was not found and is required by the application
gathering licenses... |
Hi,
|
this happens when liccheck does not run in the same venv as the installed packages |
Running
liccheck
on thisrequirements.txt
raises
Same goes for
colorama==0.4.5
The text was updated successfully, but these errors were encountered: