-
Notifications
You must be signed in to change notification settings - Fork 35
Description
When running:
'pip install pyneuroml'
The following error is generated:
"Collecting airspeed>=0.4.1 (from pyneuroml)
Could not find a version that satisfies the requirement airspeed>=0.4.1 (from pyneuroml) (from versions: 0.5.3dev-20150421.macosx-10.10-x86_64, 0.5.4dev-20150515.macosx-10.10-x86_64, 0.2.dev20131105, 0.4.dev20131106, 0.4.1.dev20131108, 0.4.2.dev20131111, 0.5.1.dev20150215, 0.5.2.dev20150216, 0.5.3.dev20150421, 0.5.4.dev20150515)
No matching distribution found for airspeed>=0.4.1 (from pyneuroml)"
This can atm manually be solved by executing 'pip install airspeed'
Then:
Collecting libNeuroML>=0.2.5 (from pyneuroml)
Could not find a version that satisfies the requirement libNeuroML>=0.2.5 (from pyneuroml) (from versions: 0.1, 0.1.1, 0.1.2, 0.1.4, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.9.1)
No matching distribution found for libNeuroML>=0.2.5 (from pyneuroml)
Which again atm can be solved by cloning the libNeuroML repo, and switching to the development branch.
Ideally the pyneuroml pypi package should be updated.