Skip to content

Importing codeium-jupyter>=2.0.0 throws ModuleNotFoundError: No module named 'codeium' #8

@4ndr3aR

Description

@4ndr3aR

It happens both inside a jupyter server and in a naked python interpreter (Ubuntu 24.04 amd64, python 3.12):

#> python
Python 3.12.3 (main, Sep 11 2024, 14:17:37) [GCC 13.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

import codeium
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'codeium'

Downgrading to codeium-jupyter==1.1.21 fixes the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions