Jerry Ling
Jerry Ling
oh yeah that's better, same logic as https://github.com/niklas-heer/speed-comparison/pull/51/files#diff-85e0272e1f01d03ce8049536a346d2628b17d12e4e60a1fa6d79fad740478605R3
this problem exists in 1.8 and 1.9 but seems to be fixed in 1.10-rc1 I know this with some certainty because the same problem also exists when using Julia-managed Conda...
So Julia 1.10 fixed it just by chance 👀?
I'm not loading any Julia package. If your theory is correct (high chance I think), then it makes sense because right now Julia loads LinearAlgebra.jl automatically in 1.9
Just tried that, still works on 1.10, and I think 1.10 (or anywhere really) hasn't successfully excised LA.jl anyway: - https://github.com/JuliaLang/julia/pull/51795
https://github.com/icecube/photospline no idea, I think whatever is newest on Conda when it was built?
``` (jl_sgJk2z) pkg> conda run conda list ERROR: Can not run conda command when backend is Null. Manage conda actions outside of julia. (jl_sgJk2z) pkg> akako@frame ~> conda list (hep)...
current CondaPkg.toml is ``` [deps] python = ">=3.10,
``` ERROR: LoadError: InitError: failed process: Process(setenv(`/home/jiling/.julia/dev/WVZAnalysis/.CondaPkg/env/bin/python /home/jiling/.julia/packages/PythonCall/eU0yr/src/cpython/find_libpython.py --list-all`,["OpenLoopsPath=/cvmfs/sft.cern.ch /lcg/releases/MCGenerators/openloops/2.1.2-8fff2/x86_64-centos7-gcc11-opt", "PATH=/cvmfs/sft-nightlies.cern.ch/lcg/views /dev4/Wed/x86_64-centos7-gcc11-opt/scripts:/cvmfs/sft-nightlies.cern.ch/lcg/views/dev4/Wed/x86_64-centos7-gcc11-opt/bin: /cvmfs/sft.cern.ch/lcg/releases/gcc/11.3.0-ad0f5/x86_64-centos7/bin:/cvmfs/sft.cern.ch/lcg/releases/binutils/2.37-355ed/x86_64- centos7/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin:/opt/dell/srvadmin/bin:/home/jiling/.fzf/bin: /home/jiling/.local/bin:/home/jiling/bin", "EDITOR=vim", "LHAPDF_DATA_PATH=/cvmfs/sft.cern.ch/lcg/external/lhapdfsets/current /:/cvmfs/sft-nightlies.cern.ch/lcg/latest/MCGenerators/lhapdf/6.5.3-d2254/x86_64-centos7-gcc11-opt/share/LHAPDF:", "CXX=/cvmfs/sft.cern.ch/lcg/releases/gcc/11.3.0-ad0f5/x86_64-centos7/bin/g++", "CC=/cvmfs/sft.cern.ch/lcg/releases/gcc/11.3.0- ad0f5/x86_64-centos7/bin/gcc", "LD_LIBRARY_PATH=/cvmfs/sft-nightlies.cern.ch/lcg/latest/MCGenerators/thepeg/2.2.3-9e086 /x86_64-centos7-gcc11-opt/lib/ThePEG:/cvmfs/sft-nightlies.cern.ch/lcg/latest/MCGenerators/herwig++/7.2.3-54ceb/x86_64- centos7-gcc11-opt/lib/Herwig:/cvmfs/sft-nightlies.cern.ch/lcg/views/dev4/Wed/x86_64-centos7-gcc11-opt/lib/python3.9/site- packages/jaxlib/mlir/_mlir_libs:/cvmfs/sft-nightlies.cern.ch/lcg/views/dev4/Wed/x86_64-centos7-gcc11-opt/lib/python3.9/site- packages/torch/lib:/cvmfs/sft-nightlies.cern.ch/lcg/views/dev4/Wed/x86_64-centos7-gcc11-opt/lib/python3.9/site-packages /onnxruntime/capi/:/cvmfs/sft-nightlies.cern.ch/lcg/views/dev4/Wed/x86_64-centos7-gcc11-opt/lib/python3.9/site-packages /tensorflow:/cvmfs/sft-nightlies.cern.ch/lcg/views/dev4/Wed/x86_64-centos7-gcc11-opt/lib/python3.9/site-packages/tensorflow /contrib/tensor_forest:/cvmfs/sft-nightlies.cern.ch/lcg/views/dev4/Wed/x86_64-centos7-gcc11-opt/lib/python3.9/site-packages /tensorflow/python/framework:/cvmfs/sft.cern.ch/lcg/releases/java/8u312-80070/x86_64-centos7-gcc11-opt/jre/lib/amd64:/cvmfs...
this works ``` $ env PYTHONHOME= PYTHONPATH= julia --project=. ```