[NLPL Task Force (A)] big array job
Stephan Oepen
oe at ifi.uio.no
Mon Feb 25 21:42:01 UTC 2019
> So this worked. Thanks a bunch. However, now I need to run it again,
> but with another tool in the pipeline, spacy. But the catch is, I also
> need it in py2.7, because of the pipeline. Is this easily doable?
not sure :-). but i managed to install a version of spaCy on top of
2.7. please try the following:
$ module purge; module load nlpl-spacy/2.0.18/2.7 nlpl-sayeed
$ python -c "import tensorflow as tf; import spacy;
print(tf.__version__); print(spacy.__version__);"
1.11.0
2.0.18
maybe this just works for you? oe
More information about the infrastructure
mailing list