Description
open from Python API fails with a
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'flufl.lock>=5' distribution was not found and is required by dvc
when flufl-lock is installed in version ==8.0 (that has been released a fee hours ago). The exact same setup was perfectly working with flufl-lock==7.1.
Reproduce
I don't have a MNWE yet, but I suspect the problem to be very generic; if you'r unable to reproduce I'll invest the time to determine minimal reproductible steps.
Environment information
Output of dvc doctor:
$ dvc doctor
DVC version: 3.2.0 (pip)
------------------------
Platform: Python 3.9.16 on macOS-13.4-arm64-arm-64bit
Subprojects:
dvc_data = 2.3.0
dvc_objects = 0.23.0
dvc_render = 0.5.3
dvc_task = 0.3.0
scmrepo = 1.0.4
Supports:
http (aiohttp = 3.8.3, aiohttp-retry = 2.8.3),
https (aiohttp = 3.8.3, aiohttp-retry = 2.8.3),
s3 (s3fs = 2022.11.0, boto3 = 1.24.59),
ssh (sshfs = 2022.6.0)
Config:
Global: /Users/Work/Library/Application Support/dvc
System: /Library/Application Support/dvc
Cache types: <https://error.dvc.org/no-dvc-cache>
Caches: local
Remotes: s3
Workspace directory: apfs on /dev/disk3s1s1
Repo: dvc, git
Description
openfrom Python API fails with awhen
flufl-lockis installed in version==8.0(that has been released a fee hours ago). The exact same setup was perfectly working withflufl-lock==7.1.Reproduce
I don't have a MNWE yet, but I suspect the problem to be very generic; if you'r unable to reproduce I'll invest the time to determine minimal reproductible steps.
Environment information
Output of
dvc doctor: