pwollstadt / IDTxl

The Information Dynamics Toolkit xl (IDTxl) is a comprehensive software package for efficient inference of networks and their node dynamics from multivariate time series data using information theory.
http://pwollstadt.github.io/IDTxl/
GNU General Public License v3.0
249 stars 76 forks source link

Could not find a version that satisfies the requirement setup.py (from versions: ) No matching distribution found for setup.py #24

Closed jpainam closed 5 years ago

jpainam commented 5 years ago

Hi, I downloaded the latest IDTxl from github and I have python 3.4.4. When running pip install setup.py, I get this error

Could not find a version that satisfies the requirement setup.py(from versions: )
No matching distribution found for setup.py

and when using python install -e setup.py, i get

setup.py should either be a path to a local project or a VCS url beginning with svn+, git+, hg+, or bzr+

What could be the problem? Thank you

pwollstadt commented 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!

jpainam commented 5 years ago

Thank you, it worked. but you need to update the the documentation

pwollstadt commented 5 years ago

I did, sorry about that and thanks for the hint