当前位置:网站首页>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"
}
边栏推荐
- 虚拟机Ping通主机,主机Ping不通虚拟机
- SSM整合笔记通俗易懂版
- 35 is not a stumbling block in the career of programmers
- Tcp/ip protocol (UDP)
- 1. Mx6u learning notes (VII): bare metal development (4) -- master frequency and clock configuration
- Install MySQL for Ubuntu 20.04
- Invalid default value for 'create appears when importing SQL_ Time 'error reporting solution
- [BMZCTF-pwn] 11-pwn111111
- Generate PDM file from Navicat export table
- [number theory] divisor
猜你喜欢

Error connecting to MySQL database: 2059 - authentication plugin 'caching_ sha2_ The solution of 'password'

自动机器学习框架介绍与使用(flaml、h2o)

Some problems in the development of unity3d upgraded 2020 VR

【博主推荐】C#MVC列表实现增删改查导入导出曲线功能(附源码)

Data dictionary in C #

QT creator specify editor settings

QT creator shape

Did you forget to register or load this tag

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

When you open the browser, you will also open mango TV, Tiktok and other websites outside the home page
随机推荐
CSDN question and answer module Title Recommendation task (II) -- effect optimization
Summary of numpy installation problems
CSDN问答标签技能树(二) —— 效果优化
Deoldify project problem - omp:error 15:initializing libiomp5md dll,but found libiomp5md. dll already initialized.
Data dictionary in C #
MySQL master-slave replication, read-write separation
csdn-Markdown编辑器
CSDN blog summary (I) -- a simple first edition implementation
One click extraction of tables in PDF
Django运行报错:Error loading MySQLdb module解决方法
QT creator design user interface
安全测试涉及的测试对象
When you open the browser, you will also open mango TV, Tiktok and other websites outside the home page
QT creator specifies dependencies
MySQL other hosts cannot connect to the local database
Picture coloring project - deoldify
QT creator create button
Unable to call numpy in pycharm, with an error modulenotfounderror: no module named 'numpy‘
CSDN question and answer tag skill tree (II) -- effect optimization
Ansible实战系列一 _ 入门