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

Possible bug with pip instalation #23

Closed
Austral-IV opened this issue May 26, 2021 · 2 comments
Closed

Possible bug with pip instalation #23

Austral-IV opened this issue May 26, 2021 · 2 comments

Comments

@Austral-IV
Copy link

Austral-IV commented May 26, 2021

Hi,

First of all, I love what you are doing. This is exactly what my class (and EVERY other source I've found) is missing; actual aplication of the theory.

That said, after installing via pip I tryed to run a test code:

import cv2
import pysift

image = cv2.imread('your_image.png', 0)
keypoints, descriptors = pysift.computeKeypointsAndDescriptors(image)

and got the following error: ModuleNotFoundError: No module named 'urlparse'

I suppose it's got to do with this thread In which it's explaind that urlparse implementation was changed between Python 2 and 3. I tryed to re install pysift directly from github but I'm not very experienced with that an simply running pip install git+https://github.com/mitsuhiko/flask-oauthhttps://github.com/rmislam/PythonSIFT didn't work.

I'm not sure if you are still checking these, but if you are I'd REALLY apreaciate any help.

I will anyway try to implement the method myself, but it'd be nice to have a bar to aim to.

Thank you!

EDIT: Wellp I just found the really dumb error in my comand line (apparently I copied your repositorie's link over something else), which is what I get for doing stuff tired. Still running pip install git+https://github.com/rmislam/PythonSIFT installs UNKNOWN, which I'd never seen before, so that's new and weird.

@Austral-IV
Copy link
Author

I just went through clossed issues and someone had the same problem here (I couldn't figure out how to mention the issue the correct way, sorry). So I'm clossing this.

@rmislam
Copy link
Owner

rmislam commented Aug 8, 2024

So sorry! I've come back to this repo and am looking over issues now. Anyway, thanks for your interest in this repo and the kind words!

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

No branches or pull requests

2 participants