-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runnin sh test.sh in cmd #22
Comments
@moanra First of all make sure you have the latest c302 and PyOpenWorm. Then I'd check the location of your installed PyOpenWorm relative to c302. A script run from the c302 directory needs to be able to find the file worm.db which was installed with pow. There is a file https://github.com/openworm/c302/blob/master/pyopenworm.conf which assumes this is in
Update the location of that and just try running
until you get it working. See also discussion with @mwatts15 about this here: openworm/owmeta#400 |
Hello ,
I'm going to do that
Thanks
Le mardi 11 juin 2019 à 12:37:27 UTC+2, Padraig Gleeson <[email protected]> a écrit :
@moanra First of all make sure you have the latest c302 and PyOpenWorm. Then I'd check the location of your installed PyOpenWorm relative to c302. A script run from the c302 directory needs to be able to find the file worm.db which was installed with pow. There is a file https://github.com/openworm/c302/blob/master/pyopenworm.conf which assumes this is in
../PyOpenWorm/.pow/worm.db
Update the location of that and just try running
python c302/OpenWormReader.py
until you get it working.
See also discussion with @mwatts15 about this here: openworm/owmeta#400
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@moanra did you succeed in getting this working? The full sequence of statements for getting c302 installed with the right version of PyOpenWorm (now named owmeta) is here: https://github.com/openworm/c302/blob/master/.travis.yml |
Hello
now i am trying to simulate the c302 neurons of the worm.
so i have done :
git clone https://github.com/openworm/c302.git
cd c302
python setup.py install
sh test.sh
and i got the error in attachment
can you please give me advice
The text was updated successfully, but these errors were encountered: