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
File "mlir-aie/programming_examples/basic/matrix_multiplication/whole_array/aie2.py", line 17, in
from aie.helpers.taplib import TensorAccessPattern, TensorAccessSequence
ModuleNotFoundError: No module named 'aie.helpers.taplib'
The error seems to occur after fetching recent changes
The text was updated successfully, but these errors were encountered:
Hello! Not sure exactly what is going on, but it seems likely there is something odd going on with Python paths.
To double check something simple, are you running within the venv through running something like source ironenv/bin/activate from the root directory of your clone of mlir-aie?
So I can try to replicate your error, can you also share the steps you took to setup your environment (e.g., did you use the quick setup script or something else?)
Error:
File "mlir-aie/programming_examples/basic/matrix_multiplication/whole_array/aie2.py", line 17, in
from aie.helpers.taplib import TensorAccessPattern, TensorAccessSequence
ModuleNotFoundError: No module named 'aie.helpers.taplib'
The error seems to occur after fetching recent changes
The text was updated successfully, but these errors were encountered: