alteryx / nlp_primitives

Natural Language Processing primitives for Featuretools
https://blog.featurelabs.com/natural-language-processing-featuretools/
BSD 3-Clause "New" or "Revised" License
37 stars 11 forks source link

Fix conda install on M1 mac computers #121

Open thehomebrewnerd opened 2 years ago

thehomebrewnerd commented 2 years ago

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.

exalate-issue-sync[bot] commented 2 years ago

Issue has been cancelled.