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

Environment install problems #32

Closed
sawyermade opened this issue May 10, 2021 · 2 comments
Closed

Environment install problems #32

sawyermade opened this issue May 10, 2021 · 2 comments

Comments

@sawyermade
Copy link

In the README.md you need to change the tensorflow and spacy install methods. pip tensorflow downloads a different version than what is needed and works better if you just use conda to install it. Also, the spacy 3.0 that is default install now, doesn't work with your dataloader. Proposed changes:

pip install tensorflow --> conda install tensorflow
conda install -c conda-forge spacy --> conda install -c conda-forge spacy=2.3.5

@xinli2008
Copy link

can you tell me what is your tensorflow version ?Because i came across a problem ,and i guess prehaps it is the problem of tensorflow version

@atcbosselut
Copy link
Owner

Updated README and merged a pull request to make spacy 3.0.0 compatible. Let me know if there's any more issues.

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

3 participants