-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pyroma doesn't work on Windows 10 #28
Comments
Indeed, it seems to not work on Windows. |
Taking a quick glance at the traceback, this looks like a basic mistake that is unfortunately quite common, but very easy to fix. What's likely happening is you're reading |
I can confirm that, both with the latest pyroma 3.0.1, and pyroma 2.4 (the latest available on |
Indeed, adding |
Opened as PR #53 |
@regebro Seems this can be unpinned? Maybe pin the PyPI issue instead? |
pyroma
fails to run and results in the following error.black
is just as an example here.pyroma
fails when run on other folders containingpython
code as well.Error information
Steps to reproduce
black
repository →git clone [email protected]:ambv/black.git
virtualenv
→virtualenv black/
virtualenv
→$ . env/Scripts/activate
pyroma
usingpip
→pip install pyroma
pyroma
→pyroma -d black/
Environment
Operating system: Windows 10 Enterprise
Python version: 3.6.6, PE32+ executable (console) x86-64, for MS Windows
pyroma
version: 2.3.1Bash version: GNU bash, version 4.4.19(2)-release (x86_64-pc-msys)
The text was updated successfully, but these errors were encountered: