KamitaniLab / bdpy

Python package for brain decoding analysis (BrainDecoderToolbox2 data format, machine learning analysis, functional MRI)
MIT License
35 stars 21 forks source link

Install does not work with python3 #1

Closed SylvainLan closed 4 years ago

SylvainLan commented 6 years ago

Hi,

I have done the install based on what's written on the README with python2.7 and then python3, the same way for both.

It works perfectly with python2.7 but with python3 I get the following error when trying to import:

Traceback (most recent call last): File "", line 1, in File "/home/sylvain/.local/lib/python3.5/site-packages/bdpy/init.py", line 10, in from bdata import BData ImportError: No module named 'bdata'

ShuntaroAoki commented 6 years ago

Thank you for the report. Actually, our python packages do not yet support Python 3 because our lab still relies on Python 2. We're working on the Python 3 compatibility. At this moment, please try our code with Python 2.