Skip to content
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

Permit pycodestyle 2.1.x to be used #7

Merged
merged 1 commit into from
Nov 9, 2016
Merged

Conversation

alex
Copy link
Contributor

@alex alex commented Nov 5, 2016

No description provided.

@yan12125
Copy link
Contributor

yan12125 commented Nov 6, 2016

pycodestyle 2.1.0 is not compatible with flake8 (yet): https://gitlab.com/pycqa/flake8/issues/246

@alex
Copy link
Contributor Author

alex commented Nov 6, 2016

interesting. tests pass.

@yan12125
Copy link
Contributor

yan12125 commented Nov 6, 2016

Apparently test coverage is not so good

@yan12125
Copy link
Contributor

yan12125 commented Nov 9, 2016

The issue is solved: https://gitlab.com/pycqa/flake8/issues/246. I guess now it's good to move on

@sigmavirus24
Copy link
Member

Thank you @alex!

@alex alex deleted the patch-1 branch November 10, 2016 12:40
@raminfp
Copy link

raminfp commented Nov 14, 2016

@alex there is this warning E741 ambiguous variable name 'l' of pycodestyle on new version flake8?

@raminfp
Copy link

raminfp commented Nov 14, 2016

still use old version why?

Searching for pycodestyle==2.0.0
Best match: pycodestyle 2.0.0
Adding pycodestyle 2.0.0 to easy-install.pth file
Installing pycodestyle-script.py script to C:\Python27\Scripts
Installing pycodestyle.exe script to C:\Python27\Scripts
Installing pycodestyle.exe.manifest script to C:\Python27\Scripts

Using c:\python27\lib\site-packages
Searching for pyflakes==1.2.3
Best match: pyflakes 1.2.3
Adding pyflakes 1.2.3 to easy-install.pth file

@sigmavirus24
Copy link
Member

@raminfp what version of Flake8 are you trying to install? There was a minor problem with the wheel for 3.1.0. If you install 3.1.1 it should be fine. Further, bothering @alex is not the right course of action, although I can understand the confusion GitHub's UI could be causing

@raminfp
Copy link

raminfp commented Nov 14, 2016

@sigmavirus24 https://pypi.python.org/pypi/flake8

Installed c:\python27\lib\site-packages\flake8-3.1.1-py2.7.egg
Processing dependencies for flake8==3.1.1
Searching for configparser==3.5.0
Best match: configparser 3.5.0
Adding configparser 3.5.0 to easy-install.pth file

Using c:\python27\lib\site-packages
Searching for enum34==1.1.6
Best match: enum34 1.1.6
Adding enum34 1.1.6 to easy-install.pth file

Using c:\python27\lib\site-packages
Searching for mccabe==0.5.2
Best match: mccabe 0.5.2
Adding mccabe 0.5.2 to easy-install.pth file

Using c:\python27\lib\site-packages
Searching for pycodestyle==2.0.0
Best match: pycodestyle 2.0.0
Adding pycodestyle 2.0.0 to easy-install.pth file
Installing pycodestyle-script.py script to C:\Python27\Scripts
Installing pycodestyle.exe script to C:\Python27\Scripts
Installing pycodestyle.exe.manifest script to C:\Python27\Scripts

Using c:\python27\lib\site-packages
Searching for pyflakes==1.2.3
Best match: pyflakes 1.2.3
Adding pyflakes 1.2.3 to easy-install.pth file
Installing pyflakes-script.py script to C:\Python27\Scripts
Installing pyflakes.exe script to C:\Python27\Scripts
Installing pyflakes.exe.manifest script to C:\Python27\Scripts

Using c:\python27\lib\site-packages
Finished processing dependencies for flake8==3.1.1

@sigmavirus24
Copy link
Member

Sadly @raminfp that is not nearly enough information to help me help you. As you can see from the link you posted, you should absolutely be able to install the versions of pyflakes and pycodestyle you want. Why that's not working, I can not discern as you'd like me to. This is also not the place to discuss your issues installing flake8.

screen shot 2016-11-14 at 13 39 35

@PyCQA PyCQA locked and limited conversation to collaborators Nov 14, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants