-
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
ResolvePackageNotFound: - cairo 1.12.18 6 #5
Comments
Thanks, we weren't aware of the issue. We'll look into it and get the software updated as soon as we can. |
Update: I tried to install on a cluster running Debian GNU/Linux and was stopped with a similar error, this time |
Hi Ben |
Yep,
ldd (Debian GLIBC 2.24-17) 2.24
…On 11/27/17 9:12 AM, aubreybailey wrote:
Hi Ben
could you run the following command on your cluster and report the
result here for us?
|ldd --version|
It should return something like:
|ldd (GNU libc) 2.19|
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIPhhAJe3Ml3U6KjnRYYGTobNsA2IeeNks5s6u2SgaJpZM4QjHrw>.
|
Yeah, that's definitely a bug on our side. @ressy can you please check the anaconda deps and see why it is pinned that high? Even our development machine 120 is only on 2.23, and it should be running downstream ubuntu. I bet we can pin something reasonable like 2.19 in our conda files. |
Thanks Aubrey. I haven't been working on INSPIIRED myself (yet) but I'll check with @everettJK about the context on this -- looks like the specific versions for glib and cairo and a bunch of things were added last year in 58d173c. If that was just to pin things down to an explicit state from the start, then maybe it'll be as simple as adjusting the version numbers like you said. |
whoops. Sorry I guessed wrong! should have grabbed John instead. fingers crossed for explicit down-pinning |
Hi Everyone -- |
Hi Everyone -- |
Seems to make it past Cairo, but I tried on a MacBook pro and iMac and get the same error: `Fetching package metadata ................. ResolvePackageNotFound:
|
HI guys, any update on either of the open issues? We still cannot install the package outside of the virtual machine, nor get the expected behavior applied to non-example data in the virtual machine. |
Hey Ben, any chance you were able to download the deployment-branch of the pipeline and try that? John had put in some work to restrict the package versions to create a more stable build. Do you still get the error? It didn't come up when I tried the build. |
Yep, see above. Interestingly, tried again today and got a slightly different error:
Still the same package problems though. What kind of system are you installing on? Have tried two different macs without success. Update: I built a docker container on a linux cluster and tried to install INSPIIRED there. I use the Conda docker container here: https://hub.docker.com/r/continuumio/miniconda/, and made sure condo was up to date. In the master branch, I get errors
On the INSPIIRED-deployment branch, there is only one package that cannot be found:
|
Hi Ben, |
Thanks! I would like to say that insight into the other problems we are experiencing trying to run in the virtual machine is definitely higher priority. We've been wanting to analyze some data for several months now with INSPIIRED, but haven't had any success. This is more to bring to your guys' attention, and so maybe outside the virtual machine it will be easier to dig into the code and debug if necessary.. |
What would be your preferred vehicle? Our group would prefer to support the Conda route since it is difficult to get a VM to parallelize well. |
Oh the conda would definitely be better. But most importantly, we just want to use INSPIIRED to look at data, and whatever the fastest way is to make that happen is best. We have the VM running, but maybe starting from the conda environment is a better route to get everything working. |
Fair enough - I will focus on version locking the Conda today and send an
update shortly.
Best,
John
…On Wed, Mar 21, 2018 at 8:59 PM, Ben Southworth ***@***.***> wrote:
Oh the conda would definitely be better. But most importantly, we just
want to use INSPIIRED to look at data, and whatever the fastest way is to
make that happen is best. We have the VM running, but maybe starting from
the conda environment is a better route to get everything working.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHSJQ4_ytZ24Wy7NMB4DacvUZ0Rv2SbIks5tgvdbgaJpZM4QjHrw>
.
--
John K. Everett
http://www.linkedin.com/in/JohnEverettPhD
|
Hi Ben,
I updated the deployment branch.
https://github.com/BushmanLab/INSPIIRED/tree/INSPIIRED-deployment
I locked down some more library versions so that Conda does not try to
auto-update additional libraries which subsequently breaks the code base.
I created a new INSPIIREDv2 environment and changed the install procedure
which is documented in the Github readme.
Please first remove the old INSPIIRED environment before attempting to
install the new version.
ie.
%> cd INSPIIRED
%> export INSPIIRED=$(pwd)
%> ~/miniconda3/bin/conda remove --name INSPIIREDv2 --all
%> ~/miniconda3/bin/conda update conda
%> source ~/miniconda3/bin/activate INSPIIREDv2
%> Rscript bin/setupR.R
%> Rscript bin/setupINSPIIRED.R
I've tested this up to the point of uploading the identified sites to the
provided sqlLite db.
We have new report making software which I will release shortly.
Are you working with a CPU cluster (bsub/qsub) or are you running the
software in a single CPU?
Best,
John
…On Thu, Mar 22, 2018 at 10:10 AM, John Everett ***@***.***> wrote:
Fair enough - I will focus on version locking the Conda today and send an
update shortly.
Best,
John
On Wed, Mar 21, 2018 at 8:59 PM, Ben Southworth ***@***.***>
wrote:
> Oh the conda would definitely be better. But most importantly, we just
> want to use INSPIIRED to look at data, and whatever the fastest way is to
> make that happen is best. We have the VM running, but maybe starting from
> the conda environment is a better route to get everything working.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#5 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AHSJQ4_ytZ24Wy7NMB4DacvUZ0Rv2SbIks5tgvdbgaJpZM4QjHrw>
> .
>
--
John K. Everett
http://www.linkedin.com/in/JohnEverettPhD
--
John K. Everett
http://www.linkedin.com/in/JohnEverettPhD
|
Hi, ResolvePackageNotFound:
|
Did they answer
Did they answer??? I've tried CONDA_RESTORE_FREE_CHANNEL=1 conda env create -f bin/INSPIIRED.conda.yml and it works nicely with that problem. But I can't make it work from Rscript bin/setupR.R onwards... |
I am trying to configure INSPIRED on a Mac, but get the above error on the Cairo package when I call
conda env create -f bin/INSPIIRED.conda.yml
. I then installed the Cairo package via:conda install -c anaconda cairo
without luck. This installed version 1.14.10, so I tried installing specifically 1.12.18:conda install -c richlewis cairo
, but also without luck. Where does Cairo need to be installed to set up INSPIRED?The text was updated successfully, but these errors were encountered: