Skip to content

base_accounting_kit qifparse error for odoo18 while running inside docker containerΒ #388

@Sujan404

Description

@Sujan404

error Invalid Operation

Unable to install module "base_accounting_kit" because an external dependency is not met: External dependency qifparse not installed: No package metadata was found for qifparse

requirements.txt

qifparse==0.5 # this is the last updated version

inside docker container it shows qifparse is installed

$ pip show qifparse
Name: qifparse
Version: 0.5
Summary: a parser for Quicken interchange format files (.qif).
Home-page: https://github.com/giacomos/qifparse
Author: Giacomo Spettoli
Author-email: giacomo.spettoli@gmail.com
License: GPL
Location: /usr/src/app/venv/lib/python3.12/site-packages
Requires: setuptools, six
Required-by:

I am running odoo docker image 18 in python virtual environment where I have added base_accounting_kit as customs addons.

Your help is much appreciated.

If there is any confusion please comment and it will clarify my environment to better narrow down the root cause.

Thank you πŸ™πŸ™

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