preprocessed-connectomes-project / quality-assessment-protocol

Scripts and documentation for the PCP's protocol for assessing data quality.
BSD 3-Clause "New" or "Revised" License
40 stars 23 forks source link

Error with QAP Build #2 #103

Open hebbianloop opened 7 years ago

hebbianloop commented 7 years ago

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

cirongliu commented 2 years ago

same error here. how to solve it?