nlp_primitives icon indicating copy to clipboard operation
nlp_primitives copied to clipboard

Fix conda install on M1 mac computers

Open thehomebrewnerd opened this issue 2 years ago • 1 comments

In the latest feedstock update a conditional restriction on the tensorflow version was added in an attempt to create an install environment that worked on M1 mac computers. However, the arm specific directive in recipe.yml does not seem to work. During local testing I end up with tensorflow 2.4.1 when running conda install "nlp-primitives-complete=2.4.0" instead of 2.7.0 or greater as specified in the recipe.

This with this environment the Elmo and Universal Sentence Encoder tests fail. We need to investigate why the tensorflow complete install command doesn't install the expected version of tensorflow and update the feedstock to install a version that works on M1 macs as expected.

thehomebrewnerd avatar Apr 04 '22 13:04 thehomebrewnerd

Issue has been cancelled.

exalate-issue-sync[bot] avatar Apr 13 '22 19:04 exalate-issue-sync[bot]