You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to set this up on Windows and making some progress after I actually installed the vcpython27 package to be able to compile extensions. Oddly enough I already had Visual Studio Community 2015 but it was having issues with it not being able to find/use the proper compiler.
After I got all those issues sorted out, I'm getting failures on flake8 about a blank line at the end of cli.py, and some documentation failures with sphinx-build, but those I expect because I'm using it for a non-Github project in a private repo.
The text was updated successfully, but these errors were encountered:
This should fix issue ionelmc#66, and I've tested locally, just hard to tell if it's a missing \n on 53 or whether 54 removes the \n on 53 when it removes itself which causes one of the PEP issues.
I've been trying to set this up on Windows and making some progress after I actually installed the vcpython27 package to be able to compile extensions. Oddly enough I already had Visual Studio Community 2015 but it was having issues with it not being able to find/use the proper compiler.
After I got all those issues sorted out, I'm getting failures on flake8 about a blank line at the end of cli.py, and some documentation failures with sphinx-build, but those I expect because I'm using it for a non-Github project in a private repo.
The text was updated successfully, but these errors were encountered: