-
Notifications
You must be signed in to change notification settings - Fork 31
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
Unable to Install SQuIRE #98
Comments
Hi, I'm also encountering problems when attempting to install SQuIRE. So far, I tried the following alternatives:
Any help would be great! :) Best, |
Updating this issue with what worked for me: I built an empty environment, in which I installed the specified R version.
I then downloaded SQuIRE from Git, and installed it manually.
I ran SQuIRE Build
I downloaded a few more dependencies based on what was required / as errors popped up:
I ran SQuIRE Fetch, using these commands:
SQuIRE Clean:
SQuIRE Map
SquIRE Count
I exported my current conda env (if it's helpful for anyone), and this is what it looks like:
|
thanks for the comment @singhbhavya - tried it our but i got the following: Traceback (most recent call last): |
Any update to this? I attemped to follow @singhbhavya's method and received the same error as @Kiliankleemann. |
I know this is late, but for everyone else having problems with Then you can basically ignore the Build step, and proceed onwards with the steps. As long as the programs above are in your path and callable, there shouldn't be an issue. |
Hello,
I am trying to set up SQuIRE on my school's hpc cluster but the installation is failing (at: mamba create -n squire -c bioconda squire). I have a new account and have tried conda and mamba create on fresh installations of miniconda 2, miniconda 3, and the most recent anaconda. All of them are failing to create the squire environment with an error that reads some variant of:
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: \
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError:
And then I am returned to the command line. Mamba gives bit more detail about which packages conflict but the whole thing is so strange. My local installation of SQuIRE on my MacBook worked fine but this is failing. Do you have any insights?
Best,
Frederika
The text was updated successfully, but these errors were encountered: