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

Requirements installation #887

Open
dilyararimovna opened this issue Jun 19, 2019 · 1 comment
Open

Requirements installation #887

dilyararimovna opened this issue Jun 19, 2019 · 1 comment
Assignees

Comments

@dilyararimovna
Copy link
Contributor

dilyararimovna commented Jun 19, 2019

Hello!

Now installation of additional requirements can be done either through python -m deeppavlov install <config-name> or pip install -r DeepPavlov/deeppavlov/requirements/fasttext.txt. This variant is not appropriate when you installed library with pip and trying to use it from python.

So, it would be nice to make the following:
python -m deeppavlov.requirements shows available requirements,
python -m deeppavlov.requiremets tf-gpu spacy gensim installs additional listed requirements from corresponding files in DeepPavlov/deeppavlov/requirements/ folder.

Thank you in advance.

@IgnatovFedor
Copy link
Collaborator

Turned out to be relevant because of the python pipelines

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

No branches or pull requests

3 participants