Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix conda install on M1 mac computers #121

Open
thehomebrewnerd opened this issue Apr 4, 2022 · 1 comment
Open

Fix conda install on M1 mac computers #121

thehomebrewnerd opened this issue Apr 4, 2022 · 1 comment

Comments

@thehomebrewnerd
Copy link
Contributor

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
Copy link

Issue has been cancelled.

@gsheni gsheni reopened this Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants