sharkdp / shell-functools

Functional programming tools for the shell
MIT License
1.19k stars 49 forks source link

Installation error with pip3 #39

Closed super-cooper closed 4 years ago

super-cooper commented 4 years ago

Currently, I can't install with pip3.

$ pip3 install shell-functions 
Collecting shell-functions
Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/shell-functions/

I did verify that the package does not exist in the pypi simple index as well.

sharkdp commented 4 years ago

Sorry, I'm not really familiar with the details here. Maybe @franklingu could help?

franklingu commented 4 years ago

Could you give more info here? Just tried and it is fine:

$ pip install shell-functools
Collecting shell-functools
  Downloading https://files.pythonhosted.org/packages/71/89/8badd56d0264f7a38e3832dac59ad1026ef72f642638b3249ae58b87325a/shell-functools-0.3.0.tar.gz
Installing collected packages: shell-functools
  Running setup.py install for shell-functools ... done
Successfully installed shell-functools-0.3.0
You are using pip version 18.1, however version 19.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
$ python --version
Python 3.6.9
super-cooper commented 4 years ago

Does it have anything to do with my python version? Forgive me for my ignorance because I am not very familiar with python packaging. Happy to give any information requested.

┌────adam@groove:~ 
└─[$ pip3 install shell-functions
Collecting shell-functions
Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/shell-functions/

┌────adam@groove:~ 
└─[$ pip install shell-functions 
Collecting shell-functions
Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/shell-functions/

┌────adam@groove:~ 
└─[$ python --version
Python 2.7.17
┌────adam@groove:~ 
└─[$ python3 --version
Python 3.7.5rc1
sharkdp commented 4 years ago

The package is called shell-functools, not shell-functions! :smile:

super-cooper commented 4 years ago

The package is called shell-functools, not shell-functions!

...please do me a favor and don't tell anyone about this :sob:

sharkdp commented 4 years ago

:sweat_smile: no worries.