-
Notifications
You must be signed in to change notification settings - Fork 16
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
Parasail build error #12
Comments
Hi @atks, It looks like you don't have permission to run |
hi @ksahlin, I'm the administrator of the machine, so access is not an issue. I definitely have the rights to run sudo. I tried pip install NGSpeciesID too, same error. I list it here as shown here. The previous steps are fine, and NGSpeciesID itself installed fine, so I think the issue is specific to parasail. Do you have any suggestions on a manual install for parasail? Really keen on using your program!
|
Hmm, looking a bit closer at the error message, it looks like you already have parasail installed. specifically the lines
Check if you can do:
Does it work? If so, then try running NGSpeciesID. You have to run the other part of the install if you have not already, which is:
Let me know how it goes. |
this work. the following step was ran successfully previously.
but ...
|
Tricky. I guess there is some version conflict with parasail from another environment. What I can suggest is that you completely remove the
and start a new install from scratch following the installation. If that doesn't work. I would suggest try localizing where the other parasail has been installed. For example:
And figure out why it is installed there and eventually remove it. |
same issues again after starting the install from scratch. parasail is not installed prior to the installation of NGSpeciesID. no worries, I'll go try some other solutions. thanks! |
just FYI, I managed to finally install NGSpeciesID. The issue was with the /tmp partition not allowing execution of files. just do : sudo mount -o remount,exec /tmp This should occur relatively often as it is one of the things that Center for Internet Security (CIS) hardening would require. |
Hi, this is the error log for building parasail. For some reason, version.sh cannot be executed, I'm already running it with sudo.
My system is Ubuntu 20.04.2 LTS.
The text was updated successfully, but these errors were encountered: