-
Some errors occured:
```
editdistance/_editdistance.cpp(1): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
editdistance/_editdistance.cpp(118): error C2059: 语法错误:“if”
editdista…
-
- `python3 -sBm build -w --no-isolation`
- because I'm calling `build` with `--no-isolation` I'm using during all processes only locally installed modules
- install .whl file in using 'installer` m…
-
Looks like .cpp, .h, .pyx and even .gitignore are packaged.
build output
```console
+ /usr/bin/python3 -sBm build -w --no-isolation
* Getting build dependencies for wheel...
* Building wheel.…
-
`editdistance==0.6.1` fails to build on Python 3.11:
```
Command ['/Users/narolski/Library/Caches/pypoetry/virtualenvs/documentknowledge-DIbTc0Ty-py3.11/bin/python', '-m', 'pip', 'install', '--u…
-
When I try to build from source, errors occured:
```
editdistance/_editdistance.cpp(118): error C2059: 语法错误:“if”
editdistance/_editdistance.cpp(119): error C2059: 语法错误:“else”
editdistance/_editdis…
-
```console
(cv) pi@rpi4:/opt/HandwritingRecognition-OCR/scripts $ python main.py
Traceback (most recent call last):
File "main.py", line 6, in
import editdistance
ModuleNotFoundError: No m…
-
wanted to get talknet working but this seems to be a dependency :(
I am using Japanese locale.
It shows a bunch of syntax errors in _editdistance.cpp:
```
PS C:\Windows\system32> pip install editd…
-
The install README does not list [BLAZE](https://github.com/shimlab/BLAZE) as an (optional) dependency.
More generally, the docs simply state:
```
if (!require("BiocManager", quietly = TRUE))
…
-
Thanks for sharing the code. A few modules missing when I tried to run the code, including 'helper_tools', 'helper_tools_for_plotting', 'editdistance' at least. Thank you.
-
The [README](https://github.com/LuyiTian/FLAMES/blob/master/README.md) states:
```
conda create -n FLAMES \
"python>=3.7" samtools pysam minimap2 numpy editdistance \
-c bioconda -c cond…