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

Module file namespace conflicts on OSX #1012

Closed
geneshuman opened this issue Feb 2, 2017 · 4 comments
Closed

Module file namespace conflicts on OSX #1012

geneshuman opened this issue Feb 2, 2017 · 4 comments

Comments

@geneshuman
Copy link

Module names which python differentiates by case - ie DNS vs dns are not handled correctly on case-insensitive operating systems(like OSX) by default. The contents of the modules are packaged into the same directory and the files can potentially conflict.

For a simple example, the dnspython & py3dns are incompatible out of the box on OSX, while they do not conflict as system packages.

@geneshuman geneshuman changed the title Module name conflict on OSX Module file namespace conflicts on OSX Feb 2, 2017
@Chuqi-Yang
Copy link

Have you solved this problem?

@yan12125
Copy link

while they do not conflict as system packages

Can you elaborate how to install both without conflicts?

@jsf9k
Copy link

jsf9k commented Jan 4, 2018

I'm seeing too, with the same two packages - dnspython and py3dns.

@stale
Copy link

stale bot commented Jan 14, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Just add a comment if you want to keep it open. Thank you for your contributions.

@stale stale bot added the wontfix label Jan 14, 2019
@stale stale bot closed this as completed Jan 21, 2019
@pypa pypa locked and limited conversation to collaborators Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants