python3Packages.mmcv: pin setuptools at 80 to work around pkg_resources error
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
pybind11,
|
||||
torch,
|
||||
|
||||
# build-system
|
||||
setuptools_80,
|
||||
|
||||
# dependencies
|
||||
addict,
|
||||
mmengine,
|
||||
@@ -80,6 +83,10 @@ buildPythonPackage (finalAttrs: {
|
||||
]
|
||||
);
|
||||
|
||||
# https://github.com/open-mmlab/mmengine/issues/1616
|
||||
# also applies here
|
||||
build-system = [ setuptools_80 ];
|
||||
|
||||
dependencies = [
|
||||
addict
|
||||
mmengine
|
||||
|
||||
Reference in New Issue
Block a user