当前位置:网站首页>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"
}
边栏推荐
- QT creator specify editor settings
- AcWing 1294.樱花 题解
- NPM an error NPM err code enoent NPM err syscall open
- 软件测试-面试题分享
- One click extraction of tables in PDF
- CSDN markdown editor
- Ubuntu 20.04 安装 MySQL
- 图像识别问题 — pytesseract.TesseractNotFoundError: tesseract is not installed or it‘s not in your path
- [BMZCTF-pwn] 11-pwn111111
- CSDN Q & a tag skill tree (V) -- cloud native skill tree
猜你喜欢

A trip to Macao - > see the world from a non line city to Macao

Installation and use of MySQL under MySQL 19 Linux

引入了junit为什么还是用不了@Test注解

Why can't I use the @test annotation after introducing JUnit

Asp access Shaoxing tourism graduation design website

QT creator shape

QT creator specifies dependencies

Deoldify项目问题——OMP:Error#15:Initializing libiomp5md.dll,but found libiomp5md.dll already initialized.

Did you forget to register or load this tag

解决:log4j:WARN Please initialize the log4j system properly.
随机推荐
CSDN markdown editor
CSDN问答标签技能树(五) —— 云原生技能树
Ansible实战系列二 _ Playbook入门
Basic use of redis
导入 SQL 时出现 Invalid default value for ‘create_time‘ 报错解决方法
Record a problem of raspberry pie DNS resolution failure
Database advanced learning notes -- SQL statement
@Controller, @service, @repository, @component differences
Kubernetes - problems and Solutions
项目实战-后台员工信息管理(增删改查登录与退出)
frp内网穿透那些事
CSDN博文摘要(一) —— 一个简单的初版实现
MySQL other hosts cannot connect to the local database
CSDN question and answer module Title Recommendation task (II) -- effect optimization
C语言标准的发展
JDBC principle
Copie maître - esclave MySQL, séparation lecture - écriture
JDBC原理
Knowledge Q & A based on Apache Jena
PyCharm中无法调用numpy,报错ModuleNotFoundError: No module named ‘numpy‘