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

Ubuntu Mate 18.04 #24

Open
valentesolucoes opened this issue May 14, 2018 · 3 comments
Open

Ubuntu Mate 18.04 #24

valentesolucoes opened this issue May 14, 2018 · 3 comments

Comments

@valentesolucoes
Copy link

$ metamorphose2
Traceback (most recent call last):
File "/usr/share/metamorphose2/metamorphose2.py", line 188, in
main(wx_version, cli_options)
File "/usr/share/metamorphose2/metamorphose2.py", line 173, in main
import MainWindow
File "/usr/share/metamorphose2/MainWindow/init.py", line 38, in
import sorting
File "/usr/share/metamorphose2/sorting/init.py", line 25, in
from exif import EXIF
ImportError: No module named exif

@diogogomeswww
Copy link

I have the same problem in Ubuntu 17.10

@diogogomeswww
Copy link

diogogomeswww commented Oct 12, 2018

I've finally manage to install metamorphose2 on my Ubuntu 18.04.

  1. Clone the repo to your computer:
    git clone [email protected]:diogogomeswww/metamorphose2.git
    git submodule update --init

  2. On the root of the repo:
    make install

  3. If you don't have the dependencies install them:
    sudo apt-get install python-wxgtk3.0
    sudo pip install Pillow

  4. Now you can run it by:
    metamorphose2

Hope this helps!

@savoury1
Copy link

See #26 for a patched PPA build

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

3 participants