TRoboto / datacamp-downloader

Download your completed courses on Datacamp easily!
MIT License
178 stars 52 forks source link

Problem to install the package #56

Open gianlucaciaccio opened 2 years ago

gianlucaciaccio commented 2 years ago

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

pg48978 commented 11 months ago

i have the same problem