Open jcaxmacher opened 6 years ago
Fixes #187. On Windows, environment variable names must be of type string. Otherwise, subprocess throws a TypeError exception.
Can this be merged in? Would be useful.
Since this PR doesn't seem to get merged, a sound workaround is to uninstall Python 2.7 and install 3.7.2. That did it for me.
Fixes #187. On Windows, environment variable names must be of type string. Otherwise, subprocess throws a TypeError exception.