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

Installing the dev version on mac osx #15

Closed
ghost opened this issue Mar 17, 2017 · 9 comments
Closed

Installing the dev version on mac osx #15

ghost opened this issue Mar 17, 2017 · 9 comments

Comments

@ghost
Copy link

ghost commented Mar 17, 2017

Hi,
I am trying to run the development version of pySolo on a Mac OSX. All the packages necessary for supporting pySolo are properly installed. However, I consistently seem to have an issue related to wxPython:
screen shot 2017-03-16 at 9 45 57 pm
How would I go about resolving this problem? Thank you.

@ggilestro
Copy link
Member

ggilestro commented Mar 17, 2017 via email

@ghost
Copy link
Author

ghost commented Mar 17, 2017

Hi,
I downloaded wxPython3.0-osx-cocoa-py2.7 from https://wxpython.org/download.php. It is one of the MacOSX binaries. Thank you for your help.

@ggilestro
Copy link
Member

There is a file in the dev version called check_components.py
Can you please run that one and paste its output here?

@ghost
Copy link
Author

ghost commented Mar 19, 2017

Hi,
Yes, here is the output:
screen shot 2017-03-18 at 8 49 12 pm
Thanks again for your help.

@ggilestro
Copy link
Member

So, the problem is that you are using the "Phoenix" version of wxPythom which is not supported. You will have to replace it with the classic version (3.0.2). I believe the file you need can be found here https://sourceforge.net/projects/wxpython/files/wxPython/3.0.2.0/wxPython3.0-osx-3.0.2.0-cocoa-py2.7.dmg

@ghost
Copy link
Author

ghost commented Mar 29, 2017

Thank you! It all works fine and well now. I am going to post on here the Mac OSX-friendly wxPython download link I used, in case others also run into this problem:
https://wxpython.org/snapshots/

@ggilestro
Copy link
Member

Thanks!

@Eyshika
Copy link

Eyshika commented May 5, 2021

How can wxpython classic version be downloaded in a virtualenvironment ? @ggilestro

@ggilestro
Copy link
Member

How can wxpython classic version be downloaded in a virtualenvironment ? @ggilestro

I have not tested this and I have never used Mac so I may be very wrong about this but if you use anaconda it should be something like:

#create a new environment
conda env create -n pysolo

#activate the environment
conda activate pysolo

#install this or other deps
conda install wxpython=3.0.2.0

Something similar can also be done with pip.

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