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

Package does not declare all dependencies #4

Closed
eyck opened this issue Jun 14, 2022 · 0 comments
Closed

Package does not declare all dependencies #4

eyck opened this issue Jun 14, 2022 · 0 comments

Comments

@eyck
Copy link

eyck commented Jun 14, 2022

When installing wal using pip on a CentOS7 OS and runnign wawk I get:

Traceback (most recent call last):
File "/home/xxx/git/TGC-UVM/riscv-dv-venv/bin/wawk", line 5, in <module>
from wawk.wawk import run
File "/home/xxx/git/TGC-UVM/riscv-dv-venv/lib64/python3.6/site-packages/wawk/[wawk.py](http://wawk.py/)", line 6, in <module>
from wal.core import Wal
File "/home/xxx/git/TGC-UVM/riscv-dv-venv/lib64/python3.6/site-packages/wal/[core.py](http://core.py/)", line 7, in <module>
from wal.eval import SEval
File "/home/xxx/git/TGC-UVM/riscv-dv-venv/lib64/python3.6/site-packages/wal/[eval.py](http://eval.py/)", line 2, in <module>
from wal.ast_defs import Operator, Symbol, ExpandGroup
File "/home/xxx/git/TGC-UVM/riscv-dv-venv/lib64/python3.6/site-packages/wal/ast_[defs.py](http://defs.py/)", line 2, in <module>
from dataclasses import dataclass
ModuleNotFoundError: No module named 'dataclasses'

After running pip3 install dataclasses everything works fine.

@LucasKl LucasKl closed this as completed Jun 27, 2022
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

2 participants