MzeroMiko / VMamba

VMamba: Visual State Space Models,code is based on mamba

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I can't install the selective_scan

lichuang0529 opened this issue · comments

Processing d:\code\aetnet-main\selective_scan
Requirement already satisfied: torch in c:\users\administrator.conda\envs\pytorch-gpu\lib\site-packages (from selective-scan==0.0.2) (2.2.2)
Requirement already satisfied: packaging in c:\users\administrator.conda\envs\pytorch-gpu\lib\site-packages (from selective-scan==0.0.2) (21.3)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1135)'))': /simple/ninja/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1135)'))': /simple/ninja/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1135)'))': /simple/ninja/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1135)'))': /simple/ninja/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1135)'))': /simple/ninja/
Could not fetch URL https://pypi.org/simple/ninja/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/ninja/ (Caused by SSLError(SSLZeroReturnError(6, 'TLS
/SSL connection has been closed (EOF) (_ssl.c:1135)'))) - skipping
ERROR: Could not find a version that satisfies the requirement ninja (from selective-scan)
ERROR: No matching distribution found for ninja
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError(SSLZeroReturnError(6, 'TLS/SSL
connection has been closed (EOF) (_ssl.c:1135)'))) - skipping

It seems that your connection failed when installing the package of ninja, can your check your network connection?

I found that I have installed the ninja in the conda environment. May the problem be 'ERROR: Could not find a version that satisfies the requirement ninja (from selective-scan) ERROR: No matching distribution found for ninja'?