(reposting after subscribing to the list)

Dear darktable-dev members,

I wanted to try the latest development darktable version and I was trying
to follow
https://github.com/darktable-org/darktable/blob/master/packaging/windows/BUILD.txt

I had to copy some libs (lensfun) to
/mingw64/lib/python3.8/site-packages since it seems the new default is
3.8.
However, I'm stuck while doing `cmake --build .`

It seems importlib_metadata is missing. But even after installing it
with pacman:

    pacman -v -S mingw-w64-i686-python3-importlib-metadata

it is not found:

[ 93%] Checking validity of noiseprofiles.json
Traceback (most recent call last):
  File "C:\msys64\mingw64\bin\jsonschema-script.py", line 6, in <module>
    from pkg_resources import load_entry_point
  File
"C:/msys64/mingw64/lib/python3.8/site-packages\pkg_resources\__init__.py",
line 3251, in <module>
    def _initialize_master_working_set():
  File
"C:/msys64/mingw64/lib/python3.8/site-packages\pkg_resources\__init__.py",
line 3234, in _call_aside
    f(*args, **kwargs)
  File
"C:/msys64/mingw64/lib/python3.8/site-packages\pkg_resources\__init__.py",
line 3263, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File
"C:/msys64/mingw64/lib/python3.8/site-packages\pkg_resources\__init__.py",
line 583, in _build_master
    ws.require(__requires__)
  File
"C:/msys64/mingw64/lib/python3.8/site-packages\pkg_resources\__init__.py",
line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File
"C:/msys64/mingw64/lib/python3.8/site-packages\pkg_resources\__init__.py",
line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'importlib_metadata'
distribution was not found and is required by jsonschema
make[2]: *** [data/CMakeFiles/validate_noiseprofiles_json.dir/build.make:59:
data/CMakeFiles/validate_noiseprofiles_json] Error 1
make[1]: *** [CMakeFiles/Makefile2:7325:
data/CMakeFiles/validate_noiseprofiles_json.dir/all] Error 2
make: *** [Makefile:152: all] Error 2

Thanks for any advice you may have.

PD: is there a nightly-build or appveyor for darktable-windows?

___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to