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

Automatically install dependencies when package is installed #276

Closed
wants to merge 1 commit into from
Closed

Conversation

sohang3112
Copy link

All dependencies (NumPy, SciPy, Matplotlib, OpenCV) will be installed automatically when imutils is installed.

This is done using setuptools, since distutils doesn't support automatic installation of dependencies.

@@ -12,4 +18,10 @@
keywords=['computer vision', 'image processing', 'opencv', 'matplotlib'],
classifiers=[],
scripts=['bin/range-detector'],
install_requires=[
'numpy',
'scipy',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have raised a PR to remove scipy dependency. If that gets approved then you might have one less dependency to install.

#277 (comment)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@farqis When your PR is merged, please update that here and resolve this conversation.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@farqis Was your PR merged (for removing scipy dependency)?

@sohang3112
Copy link
Author

@jrosebr1 Please review my pull request - it will make installing imutils easier. Let me know if something can be improved in the PR. Thanks in advance 🙂.

@sohang3112
Copy link
Author

@jrosebr1 Did you have a chance to review my PR yet?

@jrosebr1
Copy link
Contributor

@sohang3112 I no longer maintain this library. Please contact PyImageSearch support. Thank you.

@sohang3112
Copy link
Author

I no longer maintain this library.

Who is the current maintainer?

Please contact PyImageSearch support.

I filled this contact form of PyImageSearch: https://pyimagesearch.com/contact/ . Should I contact them in some other way also?

@jrosebr1
Copy link
Contributor

@sohang3112 Yes, use the contact form. Thanks for submitting the PR, I hope it's merged 🙏

@sohang3112
Copy link
Author

@jrosebr1 I filled the contact form, but I got this email in response:

Because of the amount of correspondence we receive, we only have time to provide technical advice to our current customers right now. For everyone else, we have hundreds of free tutorials on our site. We hope you understand.

I'm not going to buy their course just to get my PR merged 🙂

@sohang3112
Copy link
Author

Closing this PR, since @jrosebr1 no longer maintains the repo and PyImageSearch did not respond at all.

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.

3 participants