Open virtuald opened 2 years ago
A user had an issue on Windows 10, Python 3.9, where pip installed the package by making all directories lowercase. We should fail when we see that.
It's generally a bad idea to have uppercase in module names anyway, so being opinionated here is probably a good idea to avoid cross-platform issues.
A user had an issue on Windows 10, Python 3.9, where pip installed the package by making all directories lowercase. We should fail when we see that.