Skip to content

Need to update install instructions #62

@rmackay9

Description

@rmackay9

When I tried to follow the install instructions for Ubuntu (on WSL2) here I ran into the following errors

  • sudo apt-get install python-pip libusb-1.0.0-dev libdc1394-22-dev
    • E: Unable to locate package libdc1394-22-dev
    • Maybe this package should be updated to "libdc1394-dev" according to some random googling
  • sudo apt-get install libjpeg-turbo8-dev python-opencv python-wxgtk3.0
    • E: Unable to locate package python-opencv
    • E: Unable to locate package python-wxgtk3.0
    • E: Couldn't find any package by glob 'python-wxgtk3.0'
    • Maybe it is not "python-opencv" but rather "opencv-python" and maybe it should be installed with pip3? e.g. "pip3 install --upgrade opencv-python"
  • pip install numpy future gooey
    • ERROR: Failed building wheel for wxpython
    • maybe this command needs to be added to the list, "sudo apt-get install libgtk-3-dev"

When attempting to run, "python geosearch.py " the application started but this error appeared in the console, "could not find module piexif" so maybe we also need, "pip3 install --upgrade piexif"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions