質問編集履歴

1

エラーメッセージの修正

2022/04/17 03:46

投稿

mask_mus
mask_mus

スコア37

test CHANGED
File without changes
test CHANGED
@@ -1,7 +1,10 @@
1
1
  ```bash
2
2
  $ pipenv install marshmallow==2.21.0
3
3
  ...
4
- [pipenv.exceptions.ResolutionFailure]: pipenv.exceptions.ResolutionFailure:
4
+ [pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.
5
+ First try clearing your dependency cache with $ pipenv lock --clear, then try the original command again.
6
+ Alternatively, you can use $ pipenv install --skip-lock to bypass this mechanism, then run $ pipenv graph to inspect the situation.
7
+ Hint: try $ pipenv lock --pre if it is a pre-release dependency.
5
8
  ERROR: ERROR: Could not find a version that matches marshmallow<4,<4.0.0,==2.21.0,>=3,>=3.0.0
6
9
  ...
7
10
  ```