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

refactor/missing-python-library-in-requirements #3

Merged
merged 2 commits into from Dec 20, 2021

Conversation

dignajar
Copy link
Contributor

Missing Python lib in requirements

Traceback (most recent call last):
  File "scan_log4j_versions.py", line 3, in <module>
    from dataclasses import dataclass
ModuleNotFoundError: No module named 'dataclasses'

dignajar and others added 2 commits December 20, 2021 09:48
```
Traceback (most recent call last):
  File "scan_log4j_versions.py", line 3, in <module>
    from dataclasses import dataclass
ModuleNotFoundError: No module named 'dataclasses'
```
You're right, there is a need to get dataclasses for older python3 versions. For newer thought there is no need, it's built it
@ilya-k-1 ilya-k-1 merged commit 1d21521 into jfrog:main Dec 20, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants