You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI
I thought this issue was fixed in [875](reference: pypa/pipenv#875), but apparently it's not.
I have two packages I am trying to install. boto3 and awscli. I'm pinning the version of awscli to 1.15.85, and boto3 to 1.7.53. Then I do pipenv lock --clear. This seems to lock fine.
HI
I thought this issue was fixed in [875](reference: pypa/pipenv#875), but apparently it's not.
I have two packages I am trying to install.
boto3
andawscli
. I'm pinning the version of awscli to 1.15.85, and boto3 to 1.7.53. Then I dopipenv lock --clear
. This seems to lock fine.pipenv, version 2018.7.1
Pipfile:
run lock:
Looking at the lock file, everything is as expected:
Then I pin the boto3 version to greater than 1.1 (Pipfile):
command:
The text was updated successfully, but these errors were encountered: