prospector
prospector copied to clipboard
[BUG] No module named 'setoptconf'
Describe the bug
I try to run prospector and it throws a ModuleNotFoundError saying there isn't a module named setoptconf
. Looking at the issues, it seems that this issue should have been solved?
I've installed prospector using poetry if that matters? I've checked the lock file and the venv and both have the temporary package setoptconf-tmp
installed.
To Reproduce Steps to reproduce the behavior:
- Go to project root
- Call
poetry run prospector <src_root>
- See error
Expected behavior Prospector runs
Environment (please complete the following information):
- OS: linux
- Prospector version: 1.7.7
- Python version: 3.9.5
Additional context
I'm using with_mypy
and with_bandit
extras.
I've got the same issue after upgrading to v1.7.x. After reverting to v1.3.1 it works again.