multipledispatch ModuleNotFoundError running from command-line
问题 Running a locust (locust.io) script from the command line. locust calls main.py which has the following imports: from locust import HttpUser, between, task from StreamLoader.stream_generator import * # thought this brings in everything Packer.py has these imports: from multipledispatch import dispatch from PackedItem import PackedItem StreamGenerator.py has: import hashlib from StreamLoader.Packer import Packer from aes_encryption import AesEncryption I used pip to install multipledispatch