TRoboto / datacamp-downloader

Download your completed courses on Datacamp easily!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem to install the package

gianlucaciaccio opened this issue · comments

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

i have the same problem