aff3ct / PyBER

PyBER is a graphic application dedicated to the display of the BER/FER simulation results.
MIT License
10 stars 7 forks source link

python3 PyBER.py data.refs.readers #4

Closed marielacbv closed 4 years ago

marielacbv commented 5 years ago

Hi,

While launching:

python3 PyBER.py

I encountered the following issue:

===== 2019.10.14 16:10:56 =====
Traceback (most recent call last):
File "PyBER.py", line 31, in
import fileExplorer
File "/home/mbaron/aff3ct/PyBER-master/fileExplorer.py", line 25, in
from data.refs.readers.aff3ct_trace_reader import aff3ctTraceReader
ModuleNotFoundError: No module named 'data.refs.readers'

thanks

kouchy commented 4 years ago

It looks like you did not get the Git sub-modules. Try to get the sub-modules by calling git submodules update --init --recursive in the root directory of the PyBER repo.

Shivani3094 commented 4 years ago

Hi,

I have followed the instructions as mentioned in above linked comment. After using the comment "git submodule update --init --recursive" i have tried to run the comment "python PyBER.py". But i am still facing the following issue:

_===== 2019.11.12 15:11:02 ===== Traceback (most recent call last): File "PybER.py", line 31, in import fileExplorer File "C:\Project\aff3ct\PyBER-master\fileExplorer.py", line 25, in from data.refs.readers.aff3ct_tracereader import aff3ctTraceReader ModuleNotFoundError: No module named 'data.refs.readers'

Thanks