Erotemic / ibeis

image based ecological information system
Apache License 2.0
49 stars 17 forks source link

Ibeis command does not work, I have it installed but I can not access it. #74

Closed Cabrera1324 closed 2 years ago

Cabrera1324 commented 3 years ago

command 'ibeis' not found, did you mean: command 'ibis' from deb ibutils (1.5.7+0.2.gbd7e502-2ubuntu2) try: sudo apt install

This is what pops up...

Erotemic commented 3 years ago

I'm going to need more information. If the program was installed you would not have seen that message.

What is the result of the following commands?

which python

python -m ibeis

python -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_lib())"

ls $(python -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_lib())")
geronimocharlie commented 3 years ago

I had the same problem when I tried to install ibeis via pip inside a conda environment. First running 'conda install pip' and then using 'pip install ibeis' did the trick - maybe you have the same scenario?

Erotemic commented 3 years ago

Weird that the conda Python distribution did not come with pip. The latest packages usually work.

I was able to run:

pip install ibeis

in my environment, but the "ibies" command itself failed due to a qt issue. Running:

pip uninstall opencv-python opencv-python-headless PyQt5; pip install opencv-python-headless PyQt5

Fixes the issue for now. I don't have a ton of time to maintain the library, but I am thinking of ways I could update it to mitigate this problem. The main issue is: opencv-python and opencv-python-headless conflict with each other. It may be worth building and hosting a Docker image that has an environment the system is guaranteed to work on.

On Thu, Aug 26, 2021 at 4:19 PM Charlie Lange @.***> wrote:

I had the same problem when I tried to install ibeis via pip inside a conda environment. First running 'conda install pip' and then using 'pip install ibeis' did the trick - maybe you have the same scenario?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Erotemic/ibeis/issues/74#issuecomment-906715746, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYJ4I6JT5IXY2MRQYGFD3TT62OWZANCNFSM42XBE7GQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- -Dr. Jon Crall (him)