Hannes Hapke

Results 22 comments of Hannes Hapke

@nitinbodke Did you solve the environment problem at the end? I am facing the same problem now and have no idea where to continue fixing the problem. Any advice is...

Hi @SimonSapin thank you for offering your help I am trying to install Weasyprint via `pip` on OSX10.7 and all requirements via `brew`. ``` HOMEBREW_VERSION: 0.9.5 HOMEBREW_PREFIX: /usr/local HOMEBREW_CELLAR: /usr/local/Cellar...

`sudo brew link --force cairo` also did knot solve it for me.

Unfortunately not, problem persists. After the `pip install --upgrade cairocffi`, the error message is still ``` OSError: cannot load library libcairo.so.2: dlopen(libcairo.so.2, 2): image not found ``` I notice something...

I think so. When I exit Python and run `pip install cffi` for example, I get the following message ``` pip install cffi Requirement already satisfied (use --upgrade to upgrade):...

`pip --version` `pip 1.1 from /Library/Python/2.7/site-packages/pip-1.1-py2.7.egg (python 2.7)` `which pip` `/usr/local/bin/pip` `which python` `/usr/local/bin/python` `python -c 'import sys; print(sys.prefix)` `/usr/local/bin/../Cellar/python/2.7.2` Does it mean, two different python versions are involved?

`python -c 'import sys; print('\n'.join(sys.path))` ``` /usr/local/Cellar/python/2.7.2/lib/python2.7/site-packages/pip-1.0.2-py2.7.egg /usr/local/Cellar/python/2.7.2/lib/python2.7/site-packages/PIL-1.1.6-py2.7-macosx-10.4-x86_64.egg /usr/local/Cellar/python/2.7.2/lib/python2.7/site-packages/distribute-0.6.25-py2.7.egg /usr/local/Cellar/python/2.7.2/lib/python2.7/site-packages/virtualenv-1.7.1.2-py2.7.egg /usr/local/Cellar/python/2.7.2/lib/python2.7/site-packages/readline-6.2.4.1-py2.7-macosx-10.4-x86_64.egg /usr/local/Cellar/python/2.7.2/lib/python27.zip /usr/local/Cellar/python/2.7.2/lib/python2.7 /usr/local/Cellar/python/2.7.2/lib/python2.7/plat-darwin /usr/local/Cellar/python/2.7.2/lib/python2.7/plat-mac /usr/local/Cellar/python/2.7.2/lib/python2.7/plat-mac/lib-scriptpackages /usr/local/Cellar/python/2.7.2/lib/python2.7/lib-tk /usr/local/Cellar/python/2.7.2/lib/python2.7/lib-old /usr/local/Cellar/python/2.7.2/lib/python2.7/lib-dynload /usr/local/Cellar/python/2.7.2/lib/python2.7/site-packages ``` What does it tell you?

Hi Simon, Thank you for your detailed help! To your second point first: I just checked `pip freeze` and it seems I have the 0.5.3 version installed. ``` $ pip...

Not sure if this issue is still relevant, but the TFX docs contain updated informaltion on how to provide multi-dependencies to Dataflow. Two options: * Package your code via a...

Proposal for the TFX Addons Example: https://github.com/tensorflow/tfx-addons/pull/157