Python Extension Wrapping the ICU C++ API
http://pyicu.osafoundation.org/
Python extension wrapping IBM's International Components for Unicode C++
library (ICU).
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:LegacyX86/python-PyICU && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
PyICU-2.14.tar.gz | 0000263912 258 KB | |
python-PyICU.changes | 0000015138 14.8 KB | |
python-PyICU.spec | 0000002507 2.45 KB | |
remove_six.patch | 0000011236 11 KB |
Comments 1
hi, i'm trying to install pyicu for my local python venv, but my installation process keeps failing even after i installed
libicu-dev
andclang
.would you mind letting me know what other system or pip packages i would need to fetch before installing pyicu? i can produce a log for the process if you need one.
many thanks.