Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoralexandremuzio <ax.muzio@gmail.com>2022-10-25 23:36:36 +0300
committerGitHub <noreply@github.com>2022-10-25 23:36:36 +0300
commit3cfc5418597d8c79c7b8e0bd6d8bb7b3565e2b46 (patch)
treefe652a5f08b7f12ff984e5f9c1b7f26784527d83 /src
parent31ac8e88760f48d31843eeed36136458df0f60aa (diff)
Rename VERSION to VERSION.txt
Installing python package fails with below error. This change addresses this issue ``` × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [10 lines of output] Traceback (most recent call last): File "<string>", line 2, in <module> File "<pip-setuptools-caller>", line 34, in <module> File "/home/alferre/code/sentencepiece/python/setup.py", line 111, in <module> version=version(), File "/home/alferre/code/sentencepiece/python/setup.py", line 36, in version with codecs.open('VERSION.txt', 'r', 'utf-8') as f: File "/opt/conda/envs/ptca/lib/python3.8/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) FileNotFoundError: [Errno 2] No such file or directory: 'VERSION.txt' [end of output] ```
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions