Hello, I tried many ways to run the code buy I got this error, tried different versions of python and streamlit libraries but I guess i am missing something.
has anyone with the same issue??
THanks in advance!
I am getting this error in the local URL:
ModuleNotFoundError: No module named 'frontend'
Traceback:
File "D:\bet\sibyl-main\sibyl-main\sibyl\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 75, in exec_func_with_error_handling
result = func()
^^^^^^
File "D:\bet\sibyl-main\sibyl-main\sibyl\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 574, in code_to_exec
exec(code, module.dict)
File "D:\bet\sibyl-main\sibyl-main\frontend\index_router.py", line 32, in
pg.run()
File "D:\bet\sibyl-main\sibyl-main\sibyl\Lib\site-packages\streamlit\navigation\page.py", line 291, in run
exec(code, module.dict)
File "D:\bet\sibyl-main\sibyl-main\frontend\app_pages\00_wallet.py", line 10, in
from frontend.src.library.overview_helper.funcs import get_wallet_balances, get_logo_head
I also tried to rename the "page" folder to "app_page" because it says that could have some conflict with the app, but anyway I am getting the same error since I tried to run for the first time.
Hello, I tried many ways to run the code buy I got this error, tried different versions of python and streamlit libraries but I guess i am missing something.
has anyone with the same issue??
THanks in advance!
I am getting this error in the local URL:
ModuleNotFoundError: No module named 'frontend' Traceback: File "D:\bet\sibyl-main\sibyl-main\sibyl\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 75, in exec_func_with_error_handling result = func() ^^^^^^ File "D:\bet\sibyl-main\sibyl-main\sibyl\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 574, in code_to_exec exec(code, module.dict) File "D:\bet\sibyl-main\sibyl-main\frontend\index_router.py", line 32, in
pg.run()
File "D:\bet\sibyl-main\sibyl-main\sibyl\Lib\site-packages\streamlit\navigation\page.py", line 291, in run
exec(code, module.dict)
File "D:\bet\sibyl-main\sibyl-main\frontend\app_pages\00_wallet.py", line 10, in
from frontend.src.library.overview_helper.funcs import get_wallet_balances, get_logo_head
python 3.11.9
my pip list Package Version
altair 5.3.0 anyio 4.4.0 attrs 24.1.0 beautifulsoup4 4.12.3 blinker 1.8.2 blis 0.7.11 breadability 0.1.20 cachetools 5.4.0 catalogue 2.0.10 certifi 2024.7.4 chardet 5.2.0 charset-normalizer 3.3.2 click 8.1.7 colorama 0.4.6 confection 0.1.5 cymem 2.0.8 docopt 0.6.2 extra-streamlit-components 0.1.60 fastapi 0.109.2 gitdb 4.0.11 GitPython 3.1.43 h11 0.14.0 idna 3.7 Jinja2 3.1.4 joblib 1.4.2 jsonschema 4.23.0 jsonschema-specifications 2023.12.1 langcodes 3.4.0 language_data 1.2.0 lxml 5.2.2 marisa-trie 1.2.0 markdown-it-py 3.0.0 MarkupSafe 2.1.5 mdurl 0.1.2 murmurhash 1.0.10 nltk 3.8.1 numpy 2.0.1 packaging 24.1 pandas 2.2.2 pathlib_abc 0.1.1 pathy 0.11.0 Pillow 9.5.0 pip 24.0 plotly 5.18.0 preshed 3.0.9 protobuf 5.27.3 pyarrow 17.0.0 pycountry 24.6.1 pydantic 1.10.17 pydeck 0.9.1 Pygments 2.18.0 python-dateutil 2.9.0.post0 pytz 2024.1 referencing 0.35.1 regex 2024.7.24 requests 2.31.0 rich 13.7.1 rpds-py 0.19.1 setuptools 65.5.0 six 1.16.0 smart-open 6.4.0 smmap 5.0.1 sniffio 1.3.1 soupsieve 2.5 spacy 3.5.4 spacy-legacy 3.0.12 spacy-loggers 1.0.5 srsly 2.4.8 starlette 0.36.3 streamlit 1.37.0 streamlit-multipage 0.0.18 sumy 0.11.0 tenacity 8.5.0 thinc 8.1.12 toml 0.10.2 toolz 0.12.1 tornado 6.4.1 tqdm 4.66.5 typer 0.9.4 typing_extensions 4.12.2 tzdata 2024.1 urllib3 2.2.2 uvicorn 0.23.2 wasabi 1.1.3 watchdog 4.0.1
Regards!