-
Notifications
You must be signed in to change notification settings - Fork 75
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
Installation problems on Linux (Ubuntu 23.04) #155
Comments
seems you're doing the right thing 🤔 some ideas (typing from phone, didn't try myself):
|
Yes, it does.
and
|
there should also be a .so file for plyvel itself (not just the dependencies), but your output is truncated can you try installing without pip wheel cache? it's a cmdline flag but i forgot the name – try --help. i see ‘using cached …’ and want to rule that out. |
Full log for the fresh install without cache (ModuleNotFoundError: No module named 'plyvel' still persist)
|
weird, this all looks perfectly normal to me csn you try
|
|
weird, i expected to see the venv in the import path (sys.path) but it seems missing? 😕 can you try with another library? e.g. can you try not using virtualenv, but the built-in venv module? |
Yes, apparently. This works:
|
cool, that's progress. does it happen with venv (not virtualenv) as well? (virtualenv mentioned in the docs is a leftover from the python 2.x era. stdlib venv mostly suffices these days) |
Apparently the same problem with
|
Does it work for you? Is it something peculiar to my setup? |
Thank you for this nice and useful app! |
i just tried myself, and it works fine for me. i suspect this has something to do with your setup (or with ubuntu packaging). can you try a few more things using fresh directories etc: before creating a venv:
after creating a venv and activating it:
and please do the above with both |
I completed installation process as described in docs but I am getting an error
ModuleNotFoundError: No module named 'plyvel'
I guess I am missing something, but I do not know what. I would appreciate some guidance.
The text was updated successfully, but these errors were encountered: