sandsturm / whatsapp-converter

Use this application to convert your exported WhatsApp chat to a CSV, Excel or ODS file.
MIT License
17 stars 8 forks source link

ERROR: Could not find a version that satisfies the requirement whatsapp-converter (from versions: none) ERROR: No matching distribution found for whatsapp-converter #3

Closed venturaEffect closed 4 years ago

venturaEffect commented 4 years ago

Hi,

First of all congrats for your work :)

Second, I'm still quite new...

I tried to install it from the guideline in https://pypi.org/project/whatsapp-converter/#modal-close

Downloaded files on my env like this:

Env > whatsapp-converter-0.3.5>whatsapp_converter>whatsapp_converter.py

Tried from (Env) user-user:~ Env$: pip install whatsapp-converter

Got this error:

ERROR: Could not find a version that satisfies the requirement whatsapp-converter (from versions: none) ERROR: No matching distribution found for whatsapp-converter

Tried from (Env) user-user:~ Env$ python whatsapp-converter.py -h

Got this error:

ERROR: Could not find a version that satisfies the requirement whatsapp-converter (from versions: none) ERROR: No matching distribution found for whatsapp-converter

Then went to github and saw in readme a diferent way to do it:

Tried from (Env) user-user:~ Env$ pip install tqdm xlwt

Installing collected packages: xlwt Successfully installed xlwt-1.3.0

Did next step:

Tried from (Env) user-user:~ Env$ python whatsapp-converter.py -h

Got this:

python: can't open file 'whatsapp-converter.py': [Errno 2] No such file or directory

Tried this:

Tried from (Env) user-user:~ Env/whatsapp-converter-0.3.5$

Tried from (Env) user-user:~ Env/whatsapp-converter-0.3.5/whatsapp_converter$

Got same:

python: can't open file 'whatsapp-converter.py': [Errno 2] No such file or directory

Sorry, but I don't understand what I'm doing wrong. File does exist on the directory.

Could you help me to understand what I'm doing wrong?

Appreciate your time :)

venturaEffect commented 4 years ago

Ok,

Found the reason...

On https://pypi.org/project/whatsapp-converter/#modal-close the file whatsapp-converter.py is wrong written. It is written like this: whatsapp_converter.py