Skip to content

Update setup.py to Python 3.4+ Compatible#1099

Open
NexusChak wants to merge 1 commit intothtrieu:masterfrom
NexusChak:master
Open

Update setup.py to Python 3.4+ Compatible#1099
NexusChak wants to merge 1 commit intothtrieu:masterfrom
NexusChak:master

Conversation

@NexusChak
Copy link

@NexusChak NexusChak 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.

1 participant