-
Notifications
You must be signed in to change notification settings - Fork 9
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
Install trouble: Write permissions? #22
Comments
Hello, Can you please provide the full error log and the exact versions of python and conda? |
Hi, thanks for your patience. I'm on python 3.11.4 and conda 23.5.2. Here is the full text of the error:
|
Hi. The last line indicates that the conda environment cannot be created. This command fails: The message is misleading. You use Python 3.11 which is very old... if you read carefully requirements on our main repository page, you will see that you need Python >=3.5. Please update your python setup or manually associate your conda installation to a more recent python version. Then, delete all pewo directories and try again installation from scratch. |
Ahh, thank you very very much. I will do that and report back! :) That's very helpful. |
@blinard-BIOINFO I don't think it's that. First you probably confused 3.11 and 3.1.1; 3.11 is actually quite new. But that's actually not even relevant as in our |
@eacattle So the issue is likely is in the channel priority policy that Conda changed. We have some quite old (python 3.6) dependencies that are troublesome now. For the moment, try this:
as a temporary measure, which should do the installation. We will update the dependencies later so that the installation works for the default strict policy, too. Also, if you experiment with phylogenetic placement, try EPIK which is also supported by PEWO. |
Hmm. It looks like the same issue.
I'm not sure what the issue could be. I'll check out EPIK too, though, thanks. |
What I suggest is to run |
I was able to set the channel priority to flexible, but it appears running that exact suggested command yielded the same error. |
Hi @eacattle, We're updating dependencies for a new version that will come soon. In the meantime you can update to the latest master and try running the install script again. It should work regardless of what your Keep in mind that this is a dev version that is not released, and Let me know if the issue is solved by the latest master version. |
Hi there, thanks for your patience in advance, I'm a novice just trying to do my Master's thesis. I haven't been able to find out how to fix the install error I keep getting:
It makes sense to me that write permissions need to be enabled in order for the installer to finish, but I'm having trouble figuring out where the write permission needs to be enabled. I tried downloading and installing PEWO from a folder I have full permissions for and got the same result.
I'm just running it from a Mac terminal with miniconda 3. Any advice would be much appreciated, I don't have anyone in my lab that will help me and I'm hoping to use PEWO for my main project.
The text was updated successfully, but these errors were encountered: