when I run "pip install --user . " then, i met the error:
(base) pip install --user .
Processing /home/liu-c/virus-data/tuanjuti-virome/PhageBoost
Preparing metadata (setup.py) ... done
Requirement already satisfied: biopython in /home/liu-c/.local/lib/python3.8/site-packages (from PhageBoost==0.1.7) (1.76)
Requirement already satisfied: joblib in /software1/lib/python3.8/site-packages (from PhageBoost==0.1.7) (1.2.0)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f5ad95a47c0>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/more-itertools/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f5ad961aca0>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/more-itertools/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f5ad961a580>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/more-itertools/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f5ad9609a60>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/more-itertools/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f5ad95abf70>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/more-itertools/
ERROR: Could not find a version that satisfies the requirement more-itertools (from phageboost) (from versions: none)
ERROR: No matching distribution found for more-itertools
WARNING: There was an error checking the latest version of pip.
can you give me some advice?
when I run "pip install --user . " then, i met the error:
(base) pip install --user .
Processing /home/liu-c/virus-data/tuanjuti-virome/PhageBoost
Preparing metadata (setup.py) ... done
Requirement already satisfied: biopython in /home/liu-c/.local/lib/python3.8/site-packages (from PhageBoost==0.1.7) (1.76)
Requirement already satisfied: joblib in /software1/lib/python3.8/site-packages (from PhageBoost==0.1.7) (1.2.0)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f5ad95a47c0>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/more-itertools/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f5ad961aca0>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/more-itertools/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f5ad961a580>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/more-itertools/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f5ad9609a60>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/more-itertools/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f5ad95abf70>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/more-itertools/
ERROR: Could not find a version that satisfies the requirement more-itertools (from phageboost) (from versions: none)
ERROR: No matching distribution found for more-itertools
WARNING: There was an error checking the latest version of pip.
can you give me some advice?