You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/_sources/help.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Common Issues and Solutions
31
31
32
32
#. I'm trying to run the C-PAC GUI on a Mac with Anaconda, but I am being told that I need a "Framework build of python". What is wrong with Anaconda?
33
33
34
-
Good news: nothing is wrong with Anaconda! This error comes up because wx (the framework the C-PAC GUI is based upon) does not play well with Anaconda sometimes, but there is a fix. Specifically, you must set your PYTHONPATH variable to point to your Anaconda environment. To do this, add ``export PYTHONHOME=/home/<your_username>/anaconda`` to your .bash_profile file (in addition to the FSL and AFNI variables), open a fresh terminal, and type `cpac_gui`.
34
+
Good news: nothing is wrong with Anaconda! This error comes up because wx (the framework the C-PAC GUI is based upon) does not play well with Anaconda sometimes, but there is a fix. Specifically, you must set your PYTHONHOME variable to point to your Anaconda environment. To do this, add ``export PYTHONHOME=/home/<your_username>/anaconda`` to your .bash_profile file (in addition to the FSL and AFNI variables), open a fresh terminal, and type `cpac_gui`.
35
35
36
36
#. I'm re-running a pipeline, but I am receiving many crashes. Most of these crashes tell me that a file that has been moved or no longer exists is being used as an input for a step in the C-PAC pipeline. What is going on and how can I tell C-PAC to use the correct inputs?
Copy file name to clipboardExpand all lines: docs/user/help.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ <h2>Common Issues and Solutions<a class="headerlink" href="#common-issues-and-so
75
75
</li>
76
76
<li><pclass="first">I’m trying to run the C-PAC GUI on a Mac with Anaconda, but I am being told that I need a “Framework build of python”. What is wrong with Anaconda?</p>
77
77
<blockquote>
78
-
<div><p>Good news: nothing is wrong with Anaconda! This error comes up because wx (the framework the C-PAC GUI is based upon) does not play well with Anaconda sometimes, but there is a fix. Specifically, you must set your PYTHONPATH variable to point to your Anaconda environment. To do this, add <ttclass="docutils literal"><spanclass="pre">export</span><spanclass="pre">PYTHONHOME=/home/<your_username>/anaconda</span></tt> to your .bash_profile file (in addition to the FSL and AFNI variables), open a fresh terminal, and type <cite>cpac_gui</cite>.</p>
78
+
<div><p>Good news: nothing is wrong with Anaconda! This error comes up because wx (the framework the C-PAC GUI is based upon) does not play well with Anaconda sometimes, but there is a fix. Specifically, you must set your PYTHONHOME variable to point to your Anaconda environment. To do this, add <ttclass="docutils literal"><spanclass="pre">export</span><spanclass="pre">PYTHONHOME=/home/<your_username>/anaconda</span></tt> to your .bash_profile file (in addition to the FSL and AFNI variables), open a fresh terminal, and type <cite>cpac_gui</cite>.</p>
79
79
</div></blockquote>
80
80
</li>
81
81
<li><pclass="first">I’m re-running a pipeline, but I am receiving many crashes. Most of these crashes tell me that a file that has been moved or no longer exists is being used as an input for a step in the C-PAC pipeline. What is going on and how can I tell C-PAC to use the correct inputs?</p>
@@ -147,4 +147,4 @@ <h3>Navigation</h3>
147
147
Created using <ahref="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
0 commit comments