Skip to content
Snippets Groups Projects

Release 1.0.1.

Merged Mateusz Klimaszewski requested to merge develop into master
Compare and
3 files
+ 10
6
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 5
3
@@ -2,7 +2,7 @@
Clone this repository and install COMBO (we suggest using virtualenv/conda with Python 3.6+):
```bash
pip install -U pip setuptools wheel
pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.0
pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.1
combo --helpfull
```
@@ -11,7 +11,7 @@ combo --helpfull
python -m venv venv
source venv/bin/activate
pip install -U pip setuptools wheel
pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.0
pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.1
```
## Problems & solutions
@@ -21,7 +21,9 @@ Run `conda install -c conda-forge jsonnet=0.15.0` and re-run installation.
* No package 'sentencepiece' found
Run `pip install sentencepiece==0.1.83` and re-run installation.
Run `pip install sentencepiece==0.1.83` for Python < 3.8 and re-run installation.
Run `pip install sentencepiece==0.1.85` for Python >= 3.8 and re-run installation.
* Missing Cython error