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

Update setup.py to Python 3.4+ Compatible #1099

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update setup.py to Python 3.4+ Compatible #1099

wants to merge 1 commit into from

Conversation

JustAEngineer
Copy link

@JustAEngineer JustAEngineer commented Nov 26, 2019

According to the Python documentation, the imp library is "deprecated since version 3.4: The imp package is pending deprecation in favor of importlib." That's why I replace the imp call with importlib to make it compatible with Python higher than 3.4.

I'm proposing this, because I went into issue building the darkflow with Python 3.7.x and 3.8. Hope this would help others who encountered the same issue. =]

Further info about imp, refer to the Python Documentation below:
https://docs.python.org/3/library/imp.html

According to the Python documentation, the imp library is "deprecated since version 3.4: The imp package is pending deprecation in favor of importlib." That's why I replace the imp call with importlib to make it compatible with Python higher than 3.4.

I'm proposing this, because I went into issue building the darkflow with Python 3.5.1 or higher. Hope this would help others who encountered the same issue. =]

Further info about imp, refer to the Python Documentation below:
https://docs.python.org/3/library/imp.html
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.

None yet

1 participant