Hello there, I'm getting following error on Ubuntu 18 when installing mwlib with python2.7:
mwlib@server:~$ pip install pyfribidi mwlib mwlib.rl > DEPRECATION: Python 2.7 will reach the end of its life on January 1st, > 2020. Please upgrade your Python as Python 2.7 won't be maintained after > that date. A future version of pip will drop support for Python 2.7. > Looking in indexes: http://pypi.pediapress.com/simple/ > Collecting pyfribidi > WARNING: The repository located at pypi.pediapress.com is not a trusted > or secure host and is being ignored. If this repository is available via > HTTPS we recommend you use HTTPS instead, otherwise you may silence this > warning and allow it anyway with '--trusted-host pypi.pediapress.com'. > ERROR: Could not find a version that satisfies the requirement pyfribidi > (from versions: none) > ERROR: No matching distribution found for pyfribidi > WARNING: The repository located at pypi.pediapress.com is not a trusted or > secure host and is being ignored. If this repository is available via HTTPS > we recommend you use HTTPS instead, otherwise you may silence this warning > and allow it anyway with '--trusted-host pypi.pediapress.com'. but when I try to install it with python3.6 i get this error: root@server:~# python3.6 -m pip install pyfribidi mwlib mwlib.rl > Collecting pyfribidi > Downloading > https://files.pythonhosted.org/packages/7e/d6/0ea199fb6d6dc1da876d11c0dc17ecf0044c8cbf9e51b2ef149965fb69b8/pyfribidi-0.12.0.zip > > (788kB) > |████████████████████████████████| 788kB 6.0MB/s > Collecting mwlib > Downloading > https://files.pythonhosted.org/packages/09/22/fb3f3edc9291c3763a940e07583c790c970d0672ae1facf41dafb0be54e4/mwlib-0.16.1.zip > > (1.9MB) > |████████████████████████████████| 1.9MB 17.5MB/s > ERROR: Complete output from command python setup.py egg_info: > ERROR: > ***** ERROR *********************************************************** > * mwlib does not work with python 3.6. You need to use python 2.6 or > * 2.7 > *********************************************************************** > ---------------------------------------- > ERROR: Command "python setup.py egg_info" failed with error code 1 in > /tmp/pip-install-344u5ow1/mwlib/ So its not installable with python2.7 and 3.6. Thanks, Jens -- You received this message because you are subscribed to the Google Groups "mwlib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mwlib/ac8464f5-814b-4aed-a943-ede90c956504%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
