当前位置:网站首页>Julia 1.6 1.7 common problem solving
Julia 1.6 1.7 common problem solving
2022-07-06 11:14:00 【Leibniz infinity sml】
julia Multi version installation management : jill
jill There are still many problems , It's still very immature
- install anconda py3.8
# Tsinghua mirror source
- start-up anconda install jill :
pip install jill
- jill install Specify the version julia:
jill install 1.6.5
jill install 1.7.2
- jill Download failed : failed to download ( SSL: CERTIFICATE_VERIFY_FAILED )
reference My changes After modification
julia Set package download source by Tsinghua source
ENV["JULIA_PKG_SERVER"] = "https://mirrors.tuna.tsinghua.edu.cn/julia"
julia Disable automatic compilation Currently written code
Based on this section julia 1.7.1 @ win10 x64
# Way 1 :julia Add the following lines to the code :
ENV["JULIA_PKG_PRECOMPILE_AUTO"]=0
# Way 2: Add system environment variables JULIA_PKG_PRECOMPILE_AUTO, The value is 0
julia Disable library auto compilation : Solve common problems using Report errors
julia Disable library auto compilation : bring julia stay using XXX library when Don't compile automatically XXX library : --compiled-modules=no
# Solve common problems using Report errors
# for instance :
using IJulia
using MLDataset
# etc. These statements will lead to Automatic compilation These libraries , The build process in Insufficient resources required ? still Insufficient resources caused by loading after compilation , bring using Report errors , Cannot continue to use
julia Command line
# bring julia stay using XXX library when Don't compile automatically XXX library : --compiled-modules=no
# %UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Julia 1.7.1.lnk : Add parameters --compiled-modules=no :
D:\Julia-1.7.1\bin\julia.exe --compiled-modules=no
julia As jupyter kernel
The file %APPDATA%\jupyter\kernels\julia-1.7\kernel.json increase --compiled-modules=no
# %APPDATA%\jupyter\kernels\julia-1.7\kernel.json
{
"display_name": "Julia 1.7.1",
"argv": [
"D:\\Julia-1.7.1\\bin\\julia.exe",
"--compiled-modules=no",
"-i",
"--color=yes",
"[email protected]",
"C:\\Users\\enmonster\\.julia\\packages\\IJulia\\e8kqU\\src\\kernel.jl",
"{connection_file}"
],
"language": "julia",
"env": {
},
"interrupt_mode": "message"
}
边栏推荐
- [BMZCTF-pwn] 11-pwn111111
- @Controller, @service, @repository, @component differences
- Mysql 其他主机无法连接本地数据库
- windows无法启动MYSQL服务(位于本地计算机)错误1067进程意外终止
- 学习问题1:127.0.0.1拒绝了我们的访问
- MySQL other hosts cannot connect to the local database
- 【博主推荐】C# Winform定时发送邮箱(附源码)
- Kubernetes - problems and Solutions
- Use dapr to shorten software development cycle and improve production efficiency
- Swagger, Yapi interface management service_ SE
猜你喜欢
[recommended by bloggers] asp Net WebService background data API JSON (with source code)
基于apache-jena的知识问答
[free setup] asp Net online course selection system design and Implementation (source code +lunwen)
Postman environment variable settings
【博主推荐】C# Winform定时发送邮箱(附源码)
02 staff information management after the actual project
Dotnet replaces asp Net core's underlying communication is the IPC Library of named pipes
Basic use of redis
02-项目实战之后台员工信息管理
Picture coloring project - deoldify
随机推荐
Generate PDM file from Navicat export table
QT creator specify editor settings
打开浏览器的同时会在主页外同时打开芒果TV,抖音等网站
Use dapr to shorten software development cycle and improve production efficiency
Base de données Advanced Learning Notes - - SQL statements
CSDN博文摘要(一) —— 一个简单的初版实现
Ansible实战系列一 _ 入门
There are three iPhone se 2022 models in the Eurasian Economic Commission database
Why is MySQL still slow to query when indexing is used?
Why can't I use the @test annotation after introducing JUnit
CSDN question and answer tag skill tree (II) -- effect optimization
@controller,@service,@repository,@component区别
Ansible实战系列三 _ task常用命令
Ansible实战系列二 _ Playbook入门
[free setup] asp Net online course selection system design and Implementation (source code +lunwen)
CSDN问答标签技能树(五) —— 云原生技能树
一键提取pdf中的表格
数据库高级学习笔记--SQL语句
Redis的基础使用
虚拟机Ping通主机,主机Ping不通虚拟机