web-dev-qa-db-ja.com

"エラー:インストールに一致するバージョンが見つかりませんでした"を修正する方法?

私はPipenvを使ってDjango-crespy形をインストールしようとしています。

「PIP Freeze」コマンドを実行しているときに表示されますのでインストールします。

[パッケージ]依存関係をロックする時が来たら...

それはロックするように直面し、私はこのエラーを得ます。

[pipenv.exceptions.ResolutionFailure]:   File "c:/users/rapture c. 
godson/appdat
a/local/programs/python/python37-32/lib/site- 
packages/pipenv/resolver.py", line
69, in resolve
[pipenv.exceptions.ResolutionFailure]:       req_dir=requirements_dir
[pipenv.exceptions.ResolutionFailure]:   File "c:\users\rapture c. 
godson\appdat
a\local\programs\python\python37-32\lib\site-packages\pipenv\utils.py", 
line 726
, in resolve_deps
[pipenv.exceptions.ResolutionFailure]:       req_dir=req_dir,
[pipenv.exceptions.ResolutionFailure]:   File "c:\users\rapture c. 
godson\appdat
a\local\programs\python\python37-32\lib\site-packages\pipenv\utils.py", 
line 480
, in actually_resolve_deps
[pipenv.exceptions.ResolutionFailure]:       resolved_tree = 
resolver.resolve()
[pipenv.exceptions.ResolutionFailure]:   File "c:\users\rapture c. 
godson\appdat
a\local\programs\python\python37-32\lib\site-packages\pipenv\utils.py", 
line 395
, in resolve
[pipenv.exceptions.ResolutionFailure]:       raise 
ResolutionFailure(message=str
(e))
[pipenv.exceptions.ResolutionFailure]:       
pipenv.exceptions.ResolutionFailure
: ERROR: ERROR: Could not find a version that matches install
[pipenv.exceptions.ResolutionFailure]:       No versions found
[pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could 
not be resolved. You likely have a mismatch in your sub-dependencies.
First try clearing your dependency cache with $ pipenv lock --clear, then 
try the original command again.  Alternatively, you can use $ pipenv 
install --skip-lock to bypass this mechanism, then run $ pipenv graph to 
inspect the situation.
Hint: try $ pipenv lock --pre if it is a pre-release dependency.ERROR: 
ERROR: Could not find a version that matches install
No versions found
Was https://pypi.org/simple reachable?
 _

次のコマンドを実行してみました[Pipenv Install --Skip-LockとPipenv Install --Skip-Lock]が同じエラーが発生します。

プロジェクトをHerokuに展開したいので、これを修正する方法は、プロジェクトが展開するのを防ぐかどうかわかりませんか。

問題を与えるライブラリーからPipFileから削除しようとしてください.Typoがあるかどうかを確認してください。

pIPEVN Install "any-library"は、存在しなくてもPIPFileに "any-library"を挿入します。

エラーの理由、例:$ PIPENV任意のライブラリをインストールする

エラー:エラー:任意のライブラリと一致するバージョンが見つかりませんでした

4
ENcy