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

Is possible release a MacOS version? #10

Open
poorfish opened this issue Jun 30, 2017 · 6 comments
Open

Is possible release a MacOS version? #10

poorfish opened this issue Jun 30, 2017 · 6 comments

Comments

@poorfish
Copy link

No description provided.

@cosmincc
Copy link
Contributor

You can use it on a Mac by using the source code. You just need to install the dependencies:

pip install unidecode pillow
pip install --ignore-installed -U wxPython

See the Linux wiki section for other dependecies.

@otmezger
Copy link

otmezger commented May 4, 2019

I'm trying to run it with mac, unsuccessfully so far.

I get the following if I run python gpicsync-GUI.py

(GPicSync) olmos-MacBook-Pro:src olmo$ python gpicsync-GUI.py
(4, 0, 4, '')
wxversion ['3.0-osx_cocoa']
Python verion is 2.7.15 | packaged by conda-forge | (default, Feb 27 2019, 20:44:16)
[GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)]
This program needs access to the screen. Please run with a
Framework build of python, and only when you are logged in
on the main display of your Mac.

if I run pythonw2.7 gpicsync-GUI.py however, I get:

Traceback (most recent call last):
  File "gpicsync-GUI.py", line 29, in <module>
    from unidecode import unidecode # unicode to ascii (see issue 117 regarding Python 2.x and command line to exiftool containing unicode)
ImportError: No module named unidecode

unidecode is installed, I can run from unidecode import unidecode from python in the same virtual environment.

DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Requirement already satisfied: unidecode in /anaconda3/envs/GPicSync/lib/python2.7/site-packages (1.0.23)

can you help?

@otmezger
Copy link

otmezger commented May 5, 2019

here is the requirements.txt with packages I've created:

certifi==2019.3.9
Pillow==6.0.0
six==1.12.0
Unidecode==1.0.23
wxPython==4.0.4

@FrancoisSchnell
Copy link
Owner

Hi. It's seems you' re using anaconda Python instead of Python. I'm not very familiar with it but did you install unidecode this way?
https://anaconda.org/anaconda/unidecode
conda install -c anaconda unidecode
I will try to remove the unidecode requirement in the future.

@otmezger
Copy link

otmezger commented May 7, 2019

Yes. That’s how I did it. And also with pip. It is strange.

@FrancoisSchnell
Copy link
Owner

Maybe try,
which python
which pip
pip list
to know which python and pip are used in that folder.

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

4 participants