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

stick to using easy_install for installing vsc-install, otherwise we end up with vsc.* namespace troubles #123

Merged
merged 1 commit into from
Dec 19, 2019

Conversation

boegel
Copy link
Member

@boegel boegel commented Dec 19, 2019

Installing vsc-install with pip install leads to import problems, because pip doesn't like the use of pkg_resources.declare_namespace in vsc/__init__.py (see also pypa/pip#1924), so we must stick to use easy_install for now.

Longer term, we should probably move away from using pkg_resources.declare_namespace, see also #68.

@stdweird stdweird merged commit b1182d6 into hpcugent:master Dec 19, 2019
@boegel boegel deleted the must_use_easy_install branch December 19, 2019 12:31
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

Successfully merging this pull request may close these issues.

2 participants