-
Notifications
You must be signed in to change notification settings - Fork 5
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
Arachnid requires that spider be in /home/ezra #8
Comments
Thanks will look into this when I get a chance. |
If you can provide an exception stack trace or crash report, that would be a big help. I don't remember the code well enough to fix this quickly at the moment. |
I'm failing to reproduce this bug now. The controller won't go back to the previous steps. |
It is now running spider as /data/jkrieger/programs/anaconda2/bin/spider_linux_mp_opt64 but there is something else not found in the traceback. /data/jkrieger/programs/arachnid_skype_day/arachnid/core/app/tracing.py:448: UserWarning: Duplicate name: '.ara-control.crash_report_2017_07_27_15_24_43.0' __`O O'_/ SPIDER -- COPYRIGHT If SPIDER is useful, please cite: .ENTER PROJECT/DATA EXTENSION: dat *** FILE NOT FOUND: /guam.raid.cluster.software/spider.18.15/bin/Nextresults Results file: results.dat.000 .OPERATION: MD |
The files related to this are copied here. I'm not sure if this is the same issue or not though. jkrieger@zeus:/data/jkrieger/programs/arachnid_skype_day$ cat .ara-control.crash_report.0 See .ara-control.crash_report for more details See .ara-control.crash_report for more details |
Try the following, it may fix the problem python setup.py build_ext --inplace |
That doesn't make any binaries in my path. Where did it put them? |
It should place the binaries in the same folder as the source files.
This allows Python to find them easier.
If that does not work, then you may just need to run the install command.
If you do that then you have to remember to run it after each change.
…On Fri, Jul 28, 2017 at 6:57 AM, James Krieger ***@***.***> wrote:
That doesn't make any binaries in my path. Where did it put them?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACAeLvPWzTcZH3dq7VonV7skfojRHB3wks5sSei_gaJpZM4OjHzr>
.
|
No, that didn't work: jkrieger@zeus:~/programs/arachnid_copy$ sudo find / -iname ara-control |
Sorry, I should have said shared libs, the .so files
…On Fri, Jul 28, 2017, 7:39 AM James Krieger ***@***.***> wrote:
No, that didn't work:
***@***.***:~/programs/arachnid_copy$ sudo find / -iname ara-control
/data/jkrieger/programs/anaconda2/pkgs/arachnid-dev-0.2.0-py27_1/bin/ara-control
/data/jkrieger/bin/EMAN2.2/bin/ara-control
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACAeLk5mwz2cV1_j-G-AvCBdmnX5rPGDks5sSfKvgaJpZM4OjHzr>
.
|
Otherwise it said it could not find the spider binary even though it was specified on the GUI.
The text was updated successfully, but these errors were encountered: