当前位置:网站首页>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"
}
边栏推荐
- Other new features of mysql18-mysql8
- Software testing - interview question sharing
- CSDN question and answer module Title Recommendation task (I) -- Construction of basic framework
- When you open the browser, you will also open mango TV, Tiktok and other websites outside the home page
- JDBC principle
- csdn-Markdown编辑器
- [recommended by bloggers] C WinForm regularly sends email (with source code)
- MySQL master-slave replication, read-write separation
- CSDN Q & a tag skill tree (V) -- cloud native skill tree
- 学习问题1:127.0.0.1拒绝了我们的访问
猜你喜欢
一键提取pdf中的表格
Other new features of mysql18-mysql8
[download app for free]ineukernel OCR image data recognition and acquisition principle and product application
CSDN问答标签技能树(一) —— 基本框架的构建
CSDN question and answer module Title Recommendation task (I) -- Construction of basic framework
[number theory] divisor
Basic use of redis
1. Mx6u learning notes (VII): bare metal development (4) -- master frequency and clock configuration
【博主推荐】C# Winform定时发送邮箱(附源码)
QT creator specify editor settings
随机推荐
Base de données Advanced Learning Notes - - SQL statements
连接MySQL数据库出现错误:2059 - authentication plugin ‘caching_sha2_password‘的解决方法
Introduction and use of automatic machine learning framework (flaml, H2O)
Did you forget to register or load this tag
Deoldify project problem - omp:error 15:initializing libiomp5md dll,but found libiomp5md. dll already initialized.
數據庫高級學習筆記--SQL語句
Basic use of redis
Install MySQL for Ubuntu 20.04
Use dapr to shorten software development cycle and improve production efficiency
@Controller, @service, @repository, @component differences
Remember the interview algorithm of a company: find the number of times a number appears in an ordered array
SSM integrated notes easy to understand version
PyCharm中无法调用numpy,报错ModuleNotFoundError: No module named ‘numpy‘
CSDN博文摘要(一) —— 一个简单的初版实现
One click extraction of tables in PDF
Knowledge Q & A based on Apache Jena
CSDN问答模块标题推荐任务(一) —— 基本框架的搭建
MySQL主從複制、讀寫分離
MySQL master-slave replication, read-write separation
IDEA 导入导出 settings 设置文件