Skip to content

Benchmark files missing when installed #40

@tarun-menta

Description

@tarun-menta

For some reason, I couldn't install the package straight from pypi using pip install docext

ERROR: Could not find a version that satisfies the requirement docext (from versions: none)
ERROR: No matching distribution found for docext

When I install the package from source in non-editable mode, the benchmark script fails.

Steps to reproduce:

git clone https://github.com/NanoNets/docext.git
cd docext
pip install .
python docext/benchmark/benchmark/py

I get this error - ModuleNotFoundError: No module named 'docext.benchmark.metrics'
Running in editable mode (pip install -e) works fine. I think this is from the missing top level __init__.py in the docext/benchmark/metrics folder.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions