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

can not build dump database #49

Closed
Lavine24 opened this issue Nov 13, 2019 · 4 comments
Closed

can not build dump database #49

Lavine24 opened this issue Nov 13, 2019 · 4 comments

Comments

@Lavine24
Copy link

when I use the commond "wikipedia2vec build-dump-db DUMP_FILE OUT_FILE", I got some errors.
image

@ikuyamada
Copy link
Contributor

I have never seen this error before, but this error is raised by the lmdb library which is used internally by Wikipedia2Vec.
Did you run multiple programs that write to the same DB?

@Lavine24
Copy link
Author

I have never seen this error before, but this error is raised by the lmdb library which is used internally by Wikipedia2Vec.
Did you run multiple programs that write to the same DB?

No, I haven't run another programs in my machine. Could you please tell me what's version is stable for us to run? I try to change the version, but not suit for me, Thank you very much.

@ikuyamada
Copy link
Contributor

The latest version of Wikipedia2Vec is stable, and the version of the LMDB library in my local machine is 0.94.
Also, what kind of storage and file system do you use to store the DB?
Because this issue is raised from LMDB, the library may have some issue on your environment.

@Lavine24
Copy link
Author

The latest version of Wikipedia2Vec is stable, and the version of the LMDB library in my local machine is 0.94.
Also, what kind of storage and file system do you use to store the DB?
Because this issue is raised from LMDB, the library may have some issue on your environment.

Thank you very much. It is the enviroment problem in my machine.

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