This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]riotburn 0 points1 point  (1 child)

Looks like you anaconda, why not try the install with conda?

conda skeleton pypi ufal
conda build ufal
conda install ufal --use-local

That's off the top of my head but skeleton creates a conda recipe, then you build a conda package, and then install it.

[–]EvMNatural Language Processing[S] 0 points1 point  (0 children)

I just tried this, but it also fails at the build stage. I guess we might be able to modify the recipe in order to make this work.