DrTrigon added a comment.

Test through system package management:

$ sudo apt-get update
$ sudo apt-get purge python-pip; sudo apt-get autoremove
$ wget https://bootstrap.pypa.io/get-pip.py; sudo python get-pip.py
$ pip show pip
---
Metadata-Version: 2.0
Name: pip
Version: 8.1.2
[...]
$ sudo apt-get install python-appdirs python-magic python-numpy python-scipy python-matplotlib python-wand python-skimage python-zbar
$ sudo apt-get install cmake libboost-python-dev liblzma-dev
$ sudo pip install file-metadata
$ python -c'import file_metadata; print file_metadata.__version__'
0.1.0

  1. do not need to install: python-pip, python-setuptools (due to manual installing pip)
  2. need to install additional packages: cmake, libboost-python-dev, liblzma-dev (for dlib compilation)
  3. dlib gets compiled during pip install

Ok, despite some changes in packages that need to be installed etc. - I conclude: the installation of file-metadata is robust now! Works purely from pip or via package management. That looks very nice and is very cool!

Now I need to get user-config.py set-up and then I can work with and run the bot code.


TASK DETAIL
https://phabricator.wikimedia.org/T136985

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: DrTrigon
Cc: zhuyifei1999, jayvdb, AbdealiJK, Aklapper, pywikibot-bugs-list, DrTrigon, Zppix, Lethexie, Jay8g
_______________________________________________
pywikibot-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to