View Single Post
Old 11-27-2015, 07:23 AM   #168
AlPe
Digital Amanuensis
AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.
 
AlPe's Avatar
 
Posts: 727
Karma: 1446357
Join Date: Dec 2011
Location: Turin, Italy
Device: Several eReaders and tablets
Note that the wheel files are compiled for a specific version of Python and a specific 32/64 bit architecture.

lxml-3.5.0-cp35-none-win_amd64.whl => cp35 = Python 3.5, win = Windows, amd64 = 64 bit (AMD or Intel)

Be sure you download the one matching your Python version. Maybe setting this will help (not sure, I do not use Windows):

> set STATICBUILD=true
> pip install lxml*.whl

=== === ===

Otherwise, install by source and forget about XML. If you have MARISA executables already compiled, you can avoid pip install marisa-trie. You can just specify their path each time you need to execute Penelope, by passing the --marisa-bin-path=C:\path\to\marisa\bin

Last edited by AlPe; 11-27-2015 at 07:25 AM.
AlPe is offline   Reply With Quote