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

docs: specifying the python version while installing the dffml module #1007

Closed
aryanxk02 opened this issue Feb 21, 2021 · 1 comment
Closed
Labels
documentation Changes to documentation

Comments

@aryanxk02
Copy link
Contributor

When I install the DFFML module on my Ubuntu 20.04 using the command as specified in the documentation :
python -m pip install -U dffml

I receive a message saying,

command 'python3' from deb python3
command 'python' from deb python-is-python3

So by writing the command as, python3 -m pip install -U dffml the installation begins. #

My current python version on my machine is Python 3.8.5

I think I can change this minor thing in the documentation. Kindly check and allow me. Thanks and Regards

@aryanxk02 aryanxk02 added the documentation Changes to documentation label Feb 21, 2021
@mhash1m
Copy link
Contributor

mhash1m commented Feb 22, 2021

Hey @aryanxk02, I just tried recreating your issue and I didn't get the same issue.
My guess is that your python alias is causing the issue.
Try the following command to check your default python version python --version.
Also try creating an alias by alias python=python3.8 and then checking the version and installing the package.
You can also make the alias permanent by pasting the above command in your ~/.bashrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Changes to documentation
Projects
None yet
Development

No branches or pull requests

2 participants