Replies: 3 comments 1 reply
-
i tried typing the command Error message occuring in Ubuntu 20.04 terminal - |
Beta Was this translation helpful? Give feedback.
-
okay I have figured it out! |
Beta Was this translation helpful? Give feedback.
-
If you try to run DFFML without the module invocation and get a "command not found" error, you need to add it to your aryan-ubuntu@aryan-ubuntu:~$ dffml version
dffml: command not found When you run the version command you see the location each package is installed to:
When packages are installed to Try adding the following to your export PATH="${HOME}/.local/bin:${PATH}" Also, run that line in a terminal |
Beta Was this translation helpful? Give feedback.
-
I am new to this repository and finding some difficulty while installing this module.
Help would be appreciated.
aryan-ubuntu@aryan-ubuntu:~$ python3 -m dffml version
dffml 0.4.0 /home/aryan-ubuntu/.local/lib/python3.8/site-packages/dffml
dffml-config-yaml not installed
dffml-config-image not installed
dffml-model-scratch not installed
dffml-model-scikit not installed
dffml-model-tensorflow not installed
dffml-model-tensorflow-hub not installed
dffml-model-vowpalWabbit not installed
dffml-model-xgboost not installed
dffml-model-pytorch not installed
dffml-model-spacy not installed
dffml-model-daal4py not installed
dffml-model-autosklearn not installed
dffml-feature-git not installed
dffml-feature-auth not installed
dffml-operations-binsec not installed
dffml-operations-deploy not installed
dffml-operations-image not installed
dffml-operations-nlp not installed
dffml-service-http not installed
dffml-source-mysql not installed
aryan-ubuntu@aryan-ubuntu:~$ dffml version
dffml: command not found
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions