You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fine with a fresh docker ubuntu setup with nC installed as you outline if I run
./nC.sh -python
I've not ever used your nCjython.sh, which seems to require jython installed natively, and it fails for me as NC_HOME is not set (source $NC_HOME/nCenv.sh doesn't work then)... I think more testing of nCjython.sh is fresh environments is required.
@pgleeson
I have a fresh copy of neuroConstruct checked out yesterday inside a Docker container based on Ubuntu. I've done the usual:
and all tests pass. However, I can't actually run my code because of:
or from the jython interpreter (
./nCjython.sh
, which sources thenCenv
file):If I try importing the lemsml stuff, I get:
I something not compiling or have the
jlems
classes moved somewhere else?The text was updated successfully, but these errors were encountered: