gaganpreet / hn-hiring-mapped

HN "Who is hiring" thread on a map
http://gaganpreet.github.io/hn-hiring-mapped/
The Unlicense
37 stars 16 forks source link

error importing lxml (mac) #5

Open Qtrain opened 9 years ago

Qtrain commented 9 years ago

any ideas?

Referenced from: /Users/macbook/pythonProjects/scrapeHackerNews/lib/python3.4/site-packages/lxml/etree.so Reason: Incompatible library version: etree.so requires version 12.0.0 or later, but libxml2.2.dylib provides version 10.0.0

gaganpreet commented 9 years ago

It could be the old lxml in the requirements.txt. Try upgrading to the latest version with pip install -U lxml.

Qtrain commented 9 years ago

Thx for responding but unfortunately that didn't solve my problem.

Requirement already up-to-date: lxml in ./lib/python3.4/site-packages

cool idea tho btw!

gaganpreet commented 9 years ago

Maybe this will be useful: https://stackoverflow.com/q/23172384