Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lmdb as a dependency #48

Open
ypuzikov opened this issue Sep 6, 2017 · 2 comments
Open

lmdb as a dependency #48

ypuzikov opened this issue Sep 6, 2017 · 2 comments

Comments

@ypuzikov
Copy link

ypuzikov commented Sep 6, 2017

lmdb module is missing in the Requirements section.

  • Ubuntu Linux 16.04
  • a conda virtual environment created with conda create -n py3.6 python=3.6 anaconda
  • installed PyTorch via conda install pytorch torchvision cuda80 -c soumith
  • run the command python main.py --dataset lsun --dataroot [lsun-train-folder] --cuda
  • get the following:

...

ModuleNotFoundError: No module named 'lmdb'

@ypuzikov
Copy link
Author

ypuzikov commented Sep 6, 2017

It's easily solved by conda install lmdb, but the update in README is needed, I believe.

@IlSLY
Copy link

IlSLY commented Dec 17, 2018

anyway, even I install lmdv module, it cannot work in my PC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants