Skip to content

Commit 19134e6

Browse files
committed
Simpler pynn install
1 parent 329b7eb commit 19134e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

omv/engines/getpynn.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ def install_pynn(version=None):
1313
# pip_install('lazyarray') # This should ideally be automatically installed with PyNN...
1414
# pip_install('neo>=0.11.0') # This should ideally be automatically installed with PyNN...
1515

16+
pip_install("pynn", version)
17+
import pyNN
18+
'''
1619
install_root = os.environ["HOME"]
1720
1821
pyNN_src = "PyNN_src"
@@ -33,6 +36,7 @@ def install_pynn(version=None):
3336
print(check_output(["pwd"]))
3437
print("Finished attempting to install PyNN")
3538
# import pyNN
39+
'''
3640
m = "Successfully installed pyNN..."
3741
except Exception as e:
3842
m = "ERROR during install_pynn: %s" % e

0 commit comments

Comments
 (0)