- OS X High Sierra (10.13.3)
- retina screen (running in default scaled mode)
- tried with both conda's pyqt=5.6.0 and pip?s pyqt5=5.10.1, no dice, cross-platform toolkit my ?
Any hints on how to make this baby work are much appreciated!
/Chris
[cid:396A6DEC-76B7-4BA3-BA2A-B83C03DDCC17 at waoo.dk]
We need to use VTK8 for proper HiDPI (retina) support, which causes this
problem. VTK8 should actually now installable on OSX, Linux, and Windows
via `pip`:
So you could try removing the `vtk` conda package and your existing
`mayavi` package, and installing both via `pip`. I have been using this
setup on my OSX laptop for a few weeks with good results.
Eventually the experimental MNE 3.6 environment will probably be updated to
use this configuration.
- OS X High Sierra (10.13.3)
- retina screen (running in default scaled mode)
- tried with both conda's pyqt=5.6.0 and pip?s pyqt5=5.10.1, no dice,
cross-platform toolkit my ?
Any hints on how to make this baby work are much appreciated!
/Chris
--
Christopher Bailey, MSc
MEG Engineer, MINDLab Core Experimental Facility
Center of Functionally Integrative Neuroscience (CFIN)
Aarhus University, Denmark
The information in this e-mail is intended only for the person to whom it
is
addressed. If you believe this e-mail was sent to you in error and the
e-mail
contains patient information, please contact the Partners Compliance
HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in
error
but does not contain patient information, please contact the sender and
properly
dispose of the e-mail.
Hi Eric, thanks for the hints/links. I still had some residual problems with the ?standard? environment file, all obviously (py)Qt-related and stemming from the enthought-curated modules. I finally got a working coregistration GUI by:
- using git master for traits, pyface and traitsui, as well as mayavi (cf. this thread<https://github.com/enthought/mayavi/issues/595>)
- making sure the following are set (e.g. in ~/.bashrc):
I?ve attached the slightly modified env-file (NB: some testing-related modules not installed), though I realise it?s not very reliable in the long run: any changes to master on a number of modules might break the install It seems that there is long-overdue activity on all of them right now, so perhaps things will stabilise soon.
Would this be a reason to have an mne conda-channel? To pin down working versions for a cleaner installation process? ?conda install mne? where all plots are pretty and publications high-impact