dailenson / SDT

This repository is the official implementation of Disentangling Writer and Character Styles for Handwriting Generation (CVPR 2023)
MIT License
968 stars 82 forks source link

Missing requirement -- ModuleNotFoundError: No module named 'lmdb' #19

Closed staghado closed 8 months ago

staghado commented 1 year ago

ModuleNotFoundError: No module named 'lmdb'

staghado commented 1 year ago

This could simply be fixed by adding the required package.

pip install lmdb

microboym commented 1 year ago

Hi there, @staghado are you using a condo environment on your machine? I've got the same error as yours after I've installed lmdb with conda. But later I tried to install the package from condo-forge, which works.

You can simply run

conda remove lmdb
conda install -c conda-forge python-lmdb

https://anaconda.org/conda-forge/python-lmdb

staghado commented 1 year ago

Hi,

It works with pip too inside conda