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
python: can't open file 'multilevel_diacritizer/multi_level_diacritizer.py': [Errno 2] No such file or directory
I wonder if there is anything I could do to run it. Thanks!
The complete codes are here.
(base) yiminglu@Toufig-Lu multilevel_diacritizer % eval "$(pyenv init -)"
(base) yiminglu@Toufig-Lu multilevel_diacritizer % python -V
Python 3.7.10
(base) yiminglu@Toufig-Lu multilevel_diacritizer % poetry install --no-root --no-dev
The currently activated Python version 3.9.7 is not supported by the project (3.7.10).
Trying to find and use a compatible version.
Using python3 (3.7.10)
The `--no-dev` option is deprecated, use the `--only main` notation instead.
Installing dependencies from lock file
No dependencies to install or update
(base) yiminglu@Toufig-Lu multilevel_diacritizer % poetry shell
The currently activated Python version 3.9.7 is not supported by the project (3.7.10).
Trying to find and use a compatible version.
Using python3 (3.7.10)
Spawning shell within /Users/yiminglu/Library/Caches/pypoetry/virtualenvs/multilevel-diacritizer-4ljotJfI-py3.7
(base) yiminglu@Toufig-Lu multilevel_diacritizer % emulate bash -c '. /Users/yiminglu/Library/Caches/pypoetry/virtualenvs/multilevel-diacritizer-4ljotJfI-py3.7/bin/activate'
(multilevel-diacritizer-py3.7) (base) yiminglu@Toufig-Lu multilevel_diacritizer % python multilevel_diacritizer/multi_level_diacritizer.py --help
python: can't open file 'multilevel_diacritizer/multi_level_diacritizer.py': [Errno 2] No such file or directory
The text was updated successfully, but these errors were encountered:
I know that is needed inside a Docker container but I don't remember if it was needed when using Poetry.
Anyway, this is related to Python itself so that it can search in the current directory to find the scripts.
Hi Hamza,
Thank you for developing this tool. I was trying to use it, following the steps mentioned. However, when executing
I encountered
I wonder if there is anything I could do to run it. Thanks!
The complete codes are here.
The text was updated successfully, but these errors were encountered: