Closed jpainam closed 5 years ago
Hi @jpainam, I couldn't reproduce the error on my machine, so could you try the following from within the IDTxl folder (the one that contains setup.py
):
pip install -e .
(pip takes a directory as argument, not the setup.py
)
python setup.py install
(you may have the arguments in the wrong order here)
Thanks!
Thank you, it worked. but you need to update the the documentation
I did, sorry about that and thanks for the hint
Hi, I downloaded the latest IDTxl from github and I have
python 3.4.4
. When runningpip install setup.py
, I get this errorand when using
python install -e setup.py
, i getWhat could be the problem? Thank you