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

missing requirements statements #8

Open
hahahannes opened this issue Oct 13, 2021 · 0 comments
Open

missing requirements statements #8

hahahannes opened this issue Oct 13, 2021 · 0 comments

Comments

@hahahannes
Copy link
Contributor

hahahannes commented Oct 13, 2021

Hello :)

after creating a new conda env with conda create --name cognival python=3.7 and installing the requirements with pip install -r requirements.txt I got an error saying that tensorflow is missing. In the requirements.txt history I saw that 1.15.2 was the latest used version. Maybe we should add it? I tried 2.5.0 out of curiosity but got some problems with missing losses in the model history object.

After installing cognival python setup.py install I got the error ArrayField.empty_field: return type None is not a <class allennlp.data.fields.field.Field> from allennlp. Suggested by this thread I installed pip install overrides==3.1.0 which solved the error.

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

1 participant