julia> Pkg.build(“PyCall”)
┌ Error: Error building PyCall
:
│ ┌ Info: Using the Python distribution in the Conda package by default.
│ └ To use a different Python version, set ENV[“PYTHON”]=“pythoncommand” and re-run Pkg.build(“PyCall”).
julia> Pkg.build(“PyCall”)
┌ Error: Error building PyCall
:
│ ┌ Info: Using the Python distribution in the Conda package by default.
│ └ To use a different Python version, set ENV[“PYTHON”]=“pythoncommand” and re-run Pkg.build(“PyCall”).
出坑笔记:
(在repl中 运行环境设置,指向python.exe)
也就是说,电脑里还应该有个python的解释器?
是啊,总不能每个ide都配一个自己的python吧,这样费多少空间