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
Traceback (most recent call last): File "setup.py", line 78, in <module> main() File "setup.py", line 9, in main version=__version__, NameError: name '__version__' is not defined
The text was updated successfully, but these errors were encountered:
Attempting to install from source with python 3.4 installed via mac ports. Using nipype version 0.12.1.
Ran the following ::
git clone https://github.com/preprocessed-connectomes-project/quality-assessment-protocol.git
python3 setup.py install
Get the error ::
Traceback (most recent call last): File "setup.py", line 78, in <module> main() File "setup.py", line 9, in main version=__version__, NameError: name '__version__' is not defined
The text was updated successfully, but these errors were encountered: