Skip to content

Installation problems on Linux (Ubuntu 23.04) #155

Open
@ryszard314159

Description

@ryszard314159

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.

$ virtualenv ~/.virtualenvs/plyvel
(plyvel) $ pip install plyvel
Collecting plyvel
  Using cached plyvel-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (803 kB)
Installing collected packages: plyvel
Successfully installed plyvel-1.5.0
(plyvel) $ 
(plyvel) $ python -c 'import plyvel'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'plyvel'
(plyvel) $
(plyvel) $ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 23.04
Release:	23.04
Codename:	lunar
(plyvel) $ 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions