Skip to content

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.

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