Open barracuda156 opened 8 months ago
Is your virtual environment set up properly, and did you use PDM (the packaging tool we use) to set it up using the lockfile? It's failing to import CodecOptions
from the bson
module, which leads me to believe you either have the bson
package installed (it should be pymongo
instead), or the wrong version of pymongo
.
which leads me to believe you either have the
bson
package installed (it should bepymongo
instead)
@Tinche Yeah, this is it, thank you. Let me see if the latter builds.
Description
Running tests does not seem to work.
What I Did