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

Fix dependency conflict for issue #9

Merged
merged 1 commit into from
Aug 6, 2019

Conversation

NeolithEra
Copy link
Contributor

#8

@NeolithEra
Copy link
Contributor Author

@YoongiKim
Could you please help me review this issue?
Thank you very much!

BTW, dependency conflict problems are very common in practice in python ecosystem.
I have encountered the issues several times. What's your oppinion on the challenges of detecting and repairing such issues?
And how to avoid dependency conflict problems among python projects, especially from the ecosystem's perspective?

@YoongiKim YoongiKim merged commit 422d8f3 into YoongiKim:master Aug 6, 2019
@YoongiKim
Copy link
Owner

Yeah dependency problems are really annoying in the python.
And there is a similar problem in the Linux ecosystem.

I used to develop Windows app in the past, at then I didn't have to worry about this because each .exe programs have it's own dependencies.
Even if program's capacity increases, I think that each program should own all their dependencies in it's package file. (But it will never happen, just my opinion)

The simplest solutions will be using minimal dependencies or deploying docker image with the project.

Thank you!

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