We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm having trouble installing the package correctly. Following your instructions, when I run
pip install datacamp-downloader
I get this warning message
WARNING: Ignoring invalid distribution -ip (c:\python310\lib\site-packages)
The same thing happens when I try to install it by cloning the repository:
pip install git+https://github.com/TRoboto/datacamp-downloader.git
In fact, when I check if the installation has happened
datacamp --install-autocompletion
or
datacamp login
I get
"datacamp" is not recognized as an internal or external command, an executable program or batch file
How can I solve? Sorry if my question is trivial but I couldn't find answers elsewhere. Thanks.
Python version: 3.10.2 Pip version: 22.1.2
The text was updated successfully, but these errors were encountered:
i have the same problem
Sorry, something went wrong.
No branches or pull requests
I'm having trouble installing the package correctly.
Following your instructions, when I run
pip install datacamp-downloader
I get this warning message
WARNING: Ignoring invalid distribution -ip (c:\python310\lib\site-packages)
The same thing happens when I try to install it by cloning the repository:
pip install git+https://github.com/TRoboto/datacamp-downloader.git
In fact, when I check if the installation has happened
datacamp --install-autocompletion
or
datacamp login
I get
"datacamp" is not recognized as an internal or external command, an executable program or batch file
How can I solve?
Sorry if my question is trivial but I couldn't find answers elsewhere. Thanks.
Python version: 3.10.2
Pip version: 22.1.2
The text was updated successfully, but these errors were encountered: