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

Intstalling keyring 0.4 windows 7, Python 2.7 #35

Closed
jaraco opened this issue Feb 24, 2015 · 2 comments
Closed

Intstalling keyring 0.4 windows 7, Python 2.7 #35

jaraco opened this issue Feb 24, 2015 · 2 comments

Comments

@jaraco
Copy link
Owner

jaraco commented Feb 24, 2015

When I am installing keyring, my installing fails with log:
copying keyring\util__init__.py -> build\lib.win32-2.7\keyring\util

package init file 'keyring\backends__init__.py' not found (or not a regular fil
e)

running build_ext

building 'win32_crypto' extension

error: Unable to find vcvarsall.bat


@jaraco
Copy link
Owner Author

jaraco commented Feb 24, 2015

This probably means you don't have a Visual C++ compiler installed (or MinGW)
It's needed to compile the .c files


Original comment by: Tarek Ziadé

@jaraco
Copy link
Owner Author

jaraco commented Feb 24, 2015

This is no longer an issue as the C modules have been replaced by ctypes implementations.


Original comment by: Jason R. Coombs

@jaraco jaraco closed this as completed Feb 24, 2015
jaraco added a commit that referenced this issue Jan 9, 2021
* Use `extend-ignore` in flake8 config

This option allows to add extra ignored rules to the default list
instead of replacing it.

The default exclusions are: E121, E123, E126, E226, E24, E704,
W503 and W504.

Fixes #28.

Refs:
* https://github.com/pypa/setuptools/pull/2486/files#r541943356
* https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-extend-ignore
*
https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-ignore

* Enable complexity limit. Fixes jaraco/skeleton#34.

* Replace pep517.build with build (#37)

* Replace pep517.build with build

Resolves #30

* Prefer simple usage

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>

* Use license_files instead of license_file in meta (#35)

Singular `license_file` is deprecated since wheel v0.32.0.

Refs:
* https://wheel.readthedocs.io/en/stable/news.html
* https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant