Closed Cypher1 closed 1 year ago
I think this is a bug where a conditional requirement is being parsed and used unconditionally, but I'm still trying to work out how this is occuring. Might just go back to python 3.7 for now...
Possibly a false positive due to having a package installed with a python requirement of python 3.7 and having python3.10 installed. A fresh virtual environment with updated requirements seems to have fixed it.
Describe the bug Getting error:
When attempting to use dacite.
To Reproduce (not sure this will repro) Install python3.10.12. Install a package using dacite.
Expected behavior Package runs as normal.
Environment
dacite
version: 1.8.0