I am trying to install a package named ‘quanestimation’, written in Python and Julia, which I will use to perform numerical calculations for my research. I followed the installation instructions provided on the [package website (https://quanestimation.github.io/QuanEstimation/installation/). This package requires several open-source packages in Python (version 3.10) and Julia (version 1.10).
However, when I load the package with
from quanestimation import *
on my Jupyter notebook, I get the following error:
—– Download Julia —–
downloading Julia release for 1.10.0-mac-x86_64
downloading from https://julialang-s3.julialang.org/bin/mac/x64/1.10/julia-1.10.0-mac64.dmg
100% […………………………………………..] 145732619 / 145732619
finished downloading julia-1.10.0-mac64.dmg
—– Install Julia —–
remove previous Julia installation: /Applications/Julia-1.10.app
install Julia to /Applications/Julia-1.10.app
add /Users/jayanth_jayakumar/.local/bin to PATH
~/.bashrc will be modified
if you’re not using BASH, then you’ll need manually add /Users/jayanth_jayakumar/.local/bin to your PATH
you need to restart your current shell to update PATH
ERROR:julia_project:No julia executable found or installed.
—– Post Installation —–
remove downloaded files…
remove /Users/jayanth_jayakumar/julia-1.10.0-mac64.dmg
Done!
Install from jill returned ‘None’.
Initialization failed. You may try running again
I have already installed Julia 1.10 on my macOS system and also added the directory /Users/jayanth_jayakumar/.local/bin to my PATH. However, I’m still encountering the same error stating that ‘No julia executable found or installed’.
I would greatly appreciate any ideas or suggestions to resolve this error and successfully load the package.
Thanks.
JayanthJ is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.