prospector icon indicating copy to clipboard operation
prospector copied to clipboard

[BUG] No module named 'setoptconf'

Open username-dot-com opened this issue 2 years ago • 1 comments

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:

  1. Go to project root
  2. Call poetry run prospector <src_root>
  3. 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.

username-dot-com avatar Mar 30 '22 23:03 username-dot-com

I've got the same issue after upgrading to v1.7.x. After reverting to v1.3.1 it works again.

soar avatar May 31 '22 22:05 soar