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

Dockerfile with reproducible env #13

Open
adelin-b opened this issue Nov 10, 2020 · 2 comments
Open

Dockerfile with reproducible env #13

adelin-b opened this issue Nov 10, 2020 · 2 comments

Comments

@adelin-b
Copy link

adelin-b commented Nov 10, 2020

Hello, it seems that there is specific setups that makes it fail on install on my system and on a repl.it instance https://repl.it/@adelinb/memorai#README.md

It would be a good idea to write a basic dockerfile that install and make it run.

So far the error everywhere is

ERROR: Could not find a version that satisfies the requirement en-core-web-sm==2.2.5 (from -r requirements.txt (line 2)) (from versions: none)
ERROR: No matching distribution found for en-core-web-sm==2.2.5 (from -r requirements.txt (line 2))
@ivan-andrei-blazic
Copy link

ivan-andrei-blazic commented Nov 11, 2020

Yes I seem to be getting the same issue

ERROR: Could not find a version that satisfies the requirement en-core-web-sm==2.2.5 (from -r requirements.txt (line 2)) (from versions: none)
ERROR: No matching distribution found for en-core-web-sm==2.2.5 (from -r requirements.txt (line 2))```

@nvulane
Copy link

nvulane commented Nov 13, 2020

@adelin-b and @ivan-andrei-blazic I solved this issue by running this command:
pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.2.5/en_core_web_sm-2.2.5.tar.gz --user

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