Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ModuleNotFoundError: No module named 'looseversion' #309

Closed
@NefixEstrada

Description

@NefixEstrada

Describe the bug
Looseversion doesn't get installed through pip

To Reproduce
Steps to reproduce the behavior:

  1. Have Python 3.9
  2. Install through pip rethinkdb (pip install rethinkdb)
  3. Do anything

Expected behavior
It should work

Screenshots

Traceback (most recent call last):
  File \"/usr/local/bin/rethinkdb-repl\", line 5, in <module>
    from rethinkdb.__main__ import startInterpreter
  File \"/usr/local/lib/python3.9/dist-packages/rethi
nkdb/__init__.py\", line 93, in <module>
    r = RethinkDB()
  File \"/usr/local/lib/python3.9/dist-packages/rethinkdb/__init__.py\", line 32, in __init__
    from rethinkdb import (
  File \"/usr/local/lib/python3.9/dist-packages/rethi
nkdb/_dump.py\", line 35, in <module>
    from rethinkdb import _export, utils_common
  File \"/usr/local/lib/python3.9/dist-packages/rethinkdb/_export.py\", line 40, in <module>
    from rethinkdb import errors, query, utils_common
  F
ile \"/usr/local/lib/python3.9/dist-packages/rethinkdb/utils_common.py\", line 22, in <module>
    from looseversion import LooseVersion
ModuleNotFoundError: No module named 'looseversion'

System info

  • OS: Debian GNU/Linux 11 (bullseye)
  • RethinkDB Version: 2.4.2
  • Python version: 3.9.2
  • Pip version: 20.3.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingnot qualifiedThe issue is not checked yet by the ownersurgentThe resolution is urgent

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions