Giter VIP home page Giter VIP logo

Comments (7)

t-kalinowski avatar t-kalinowski commented on July 24, 2024

My best guess is that this is a different manifestation of a binary incompatibility between the R build and the Conda built NumPy.

Do you see the same error if you use a virtualenv?

from reticulate.

ericpeny avatar ericpeny commented on July 24, 2024

My best guess is that this is a different manifestation of a binary incompatibility between the R build and the Conda built NumPy.

Do you see the same error if you use a virtualenv?

Thank you for your quick reply! I tried to create a virtualenv, and use it in RSTUDIO, and still get numpy not found. If the incompatibility exisits, how can I solve it?

from reticulate.

t-kalinowski avatar t-kalinowski commented on July 24, 2024

What is the output from running this?

library(reticulate)
install_python("3.10:latest")
virtualenv_create(force = TRUE, version = "3.10")
.rs.restartR() # restart R manually if outside RStudio

reticulate::py_config()

from reticulate.

ericpeny avatar ericpeny commented on July 24, 2024

What is the output from running this?

library(reticulate)
install_python("3.10:latest")
virtualenv_create(force = TRUE, version = "3.10")
.rs.restartR() # restart R manually if outside RStudio

reticulate::py_config()

I always have this system python path numpy loaded.

from reticulate.

t-kalinowski avatar t-kalinowski commented on July 24, 2024

Do you know how the other Numpy is getting placed on sys.path?

Is PYTHONPATH defined?

Sys.getenv("PYTHONPATH")

Perhaps some other mechanism?

from reticulate.

t-kalinowski avatar t-kalinowski commented on July 24, 2024

It might make sense for us to invoke pip with the -I flag: https://docs.python.org/3/using/cmdline.html#cmdoption-I

from reticulate.

ericpeny avatar ericpeny commented on July 24, 2024

Do you know how the other Numpy is getting placed on sys.path?

Is PYTHONPATH defined?

Sys.getenv("PYTHONPATH")

Perhaps some other mechanism?

Thank you! I reset my PYTHONPATH, removed the system python library, then it works!

from reticulate.

Related Issues (20)

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.