-
Notifications
You must be signed in to change notification settings - Fork 3
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
Installation issue (dependency error). #2
Comments
@tsvvas Thanks for your interest in our package. We have not tested on Julia v1.9.3. Maybe there are some dependency issues. I am using Julia V1.7.3 currently. I also tested |
I had the same problem. There was a compatibility issue with several packages which were installed as dependency for Gadfly in my case. In your case, try to remove "ImageTransformations", "Colors", "Augmentor", and/or "Images". Did it for me. |
I will test it on a newer version of Julia later. The issues you came across are most likely the dependencies compatibility issue. That happened to me when I used other Julia packages. I will fix it later. Stay tuned. |
Hi @tsvvas @MaximilianNuber , I made a new branch for Julia 1.9 to fix the dependency issue. Please re-install the package using the commands below: using Pkg
Pkg.add(url="https://github.com/bicycle1885/Leiden.jl")
Pkg.add(url="https://github.com/HaojiaWu/CellScopes.jl#julia_v1_9") Let me know if you find any issues. |
Running into the same problem here. Tried it with Julia 1.7.3/1.8.0/1.9.3 and with the fix you proposed. As soon as I try to install Baysor and CellScopes is already installed this error persists.
As I am not that familiar with Julia I'm not sure how to get it to work Hope you can help |
Hi @ddcham, I'm curious which operating system were you installing Julia and CellScopes on? Linux, Windows, or Mac? And also, did you start from a brand new Julia environment? Or your Julia environment has other packages installed previously? |
Hey @BuilderPie, I am running Linux on a dedicated server and this was a fresh Julia installation |
Hi @ddcham, could you compare your installation process with my notes for installing Julia 1.9.4 and CellScopes on a Linux server? Here is the link to my notes: |
I did exactly as you did in your notes. After installing CellScopes and importing, once I am then try to install Baysor through: However I dont even get to the point where I need baysor in the xenium analysis anymore as it throws another error while doing Here I get a never ending string of:
|
I get the same error if installing Baysor first before CellScopes, and also the other way around. julia> Pkg.add(url="https://github.com/TheHumphreysLab/CellScopes.jl") etc.. |
Hello CellScopes team,
I have encountered a dependency error while installing the CellScope package – Unsatisfiable requirements for package ImageTransformations. Here is the traceback:
I am only starting with Julia and I couldn't figure where these requirements are stated explicitly, nor how to fix the issue. I am running Julia v1.9.3. and installing the package using instructions from readme.
Best regards,
Vasily
The text was updated successfully, but these errors were encountered: