-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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/pyI 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers