Giter VIP home page Giter VIP logo

Comments (5)

tbrassel avatar tbrassel commented on September 28, 2024

It seems like you have the reticulate package installed, but you do not load it before specifying your conda environment. I would first try running library("reticulate") before use_condaenv("py36", required = T).

from scalign.

nixstix avatar nixstix commented on September 28, 2024

Hi, thanks for help. I am still getting the same problem, even after loading the reticulate library using library("reticulate")

from scalign.

UCDNJJ avatar UCDNJJ commented on September 28, 2024

Hi, sorry for the late reply.

I don't usually work with conda environments but what this sounds like is a LD_LIBRARY_PATH issue. Essentially, I think scAlign is trying to look at the system python packages and not the conda environment python packages (where Tensorflow is located).

Could you make sure that LD_LIBRARY_PATH contains the conda environment libs directory?

Here is a helpful stack overflow on the issue: https://stackoverflow.com/questions/46826497/conda-set-ld-library-path-for-env-only.

I'll try to recreate this scenario locally as well. Let me know if this works!

from scalign.

tbrassel avatar tbrassel commented on September 28, 2024

I have been thinking about this problem for a bit and I believe I might have made an incorrect assumption. Usually when I work with Conda environments I install R, Python, and RStudio directly to the Conda environment, activate the environment from the command line and then launch RStudio in the directory where I wish to do work:
(scAlign) tyler@t-i5-1050:~/scAlign$ rstudio
Is this the workflow you are using when trying to install scAlign?

from scalign.

nixstix avatar nixstix commented on September 28, 2024

Hi, thanks for looking into this! I had not been using a condo environment to install and run rstudio. I have tried it now, and everything works perfectly! Using this method, I did not have to set LD_LIBRARY_PATH

from scalign.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.