-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
BugSomething isn't workingSomething isn't working
Description
Bug report
Environment
- Operating System: MacOS
- Python version: 3.13.0
Description of the bug
$ scanapi
Traceback (most recent call last):
File "/Users/camilamaia/workspace/scanapi/examples/venv/bin/scanapi", line 5, in <module>
from scanapi import main
File "/Users/camilamaia/workspace/scanapi/examples/venv/lib/python3.13/site-packages/scanapi/__init__.py", line 1, in <module>
from scanapi.cli import main
File "/Users/camilamaia/workspace/scanapi/examples/venv/lib/python3.13/site-packages/scanapi/cli.py", line 5, in <module>
from pkg_resources import get_distribution
ModuleNotFoundError: No module named 'pkg_resources'
Expected behavior ?
▶ scanapi
Usage: scanapi [OPTIONS] COMMAND [ARGS]...
Automated Testing and Documentation for your REST API.
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
run Automated Testing and Documentation for your REST API.
How to reproduce the the bug ?
> pip install scanapi
> scanapiAnthing else we need to know?
Add setuptools>=75.1.0 should solve
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working