juno-Couldn't connect to Julia

问题描述

Couldn't connect to Julia

有人玩过julia吗?
http://junolab.org/ 下载了juno之后解压一运行就出现了下面的情况:
我下载的是win7_64bit

 Couldn't connect to Julia
ERROR: Requires not found
 in require at loading.jl:47
 in include at boot.jl:245
 in include_from_node1 at loading.jl:128
 in reload_path at loading.jl:152
 in _require at loading.jl:67
 in require at loading.jl:51
 in include at boot.jl:245
 in include_from_node1 at loading.jl:128
 in process_options at client.jl:285
 in _start at client.jl:354
while loading C:UsersAdministrator.juliav0.3JewelsrcJewel.jl, in expression starting on line 3
while loading D:Julia
esourcesapppluginsJulia-LTjlinit.jl, in expression starting on line 36

请问有人碰到过这中情况吗?求指教。

解决方案

Offline / Behind a Firewall
Light Table needs a writable directory to store plugins and configuration. By default, this is one of:

OS X: ~/Library/Application Support/LightTable/
Linux: ~/.config/LightTable/
Windows: C:Users[YourUserName]AppDataLocalLightTable
This directory can be overridden by setting the LT_USER_DIR environment variable.

设置“LT_USER_DIR”这个环境变量了吗?
参考:http://junolab.org/docs/offline.html

解决方案二:

Project---Build Setting中 修改这一项,变成Default Compiler(Apple LLVM 6.0)......
答案就在这里:the file couldn't be opened because you don't have permission to view it

时间: 2024-08-29 13:51:33

juno-Couldn't connect to Julia的相关文章

perl-clusterssh:Can't connect to display `unix:0'

问题描述 clusterssh:Can't connect to display `unix:0' 3C 当我执行命令cssh -L root cluster的时候报错: Can't connect to display `unix:0': No such file or directory at /usr/share/perl5/X11/Protocol.pm line 2264 我的DISPLAY=:0.0 为什么呢 解决方案 sshd_config 中需要打开这两项 AllowTcpFor

mysql-navicat连接显示can't connect to Mysql Server

问题描述 navicat连接显示can't connect to Mysql Server navicat连接显示can't connect to Mysql Server on 'localhost(10061)'有大神指导怎么解决吗?网上说的多是连接有问题,但是我一直没有找到究竟问题出在了哪里? 解决方案 要和图片上一样哦,连接名要填.服务别忘了启动,帐号密码输入正确 解决方案二: 首先确保 MySQL 服务已经启动 net start MySQL实在不行 那就 重装 几分钟的事情 解决方案

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (

mysql启动成功 service mysqld start  mysql is OK mysql登录错误 : [root@localhost ~]# mysql -uroot -p123456ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) 解决: vim /etc/my.cnf 找到 socket路径 scoket=/tmp/mysql.

mysql-mmm搭建报错can't connect to monitor daemon

问题描述 mysql-mmm搭建报错can't connect to monitor daemon

Can't connect to any URI: https://github.com/xxxx

问题描述 Can't connect to any URI: https://github.com/xxxx 今天在刷下来一个别的项目,修改 后提交一直失败,Can't connect to any URI: https://github.com/xxxx git-receive-pack not permitted 但是除了这个项目,其他的在git上刷新的项目 修改提交一切都是ok的,eclipse配置是没有问题的.请大神帮忙解决,在线等!!!!!! 解决方案 你没权限吧我觉得应该是 解决方案

connection to dat Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

[root@t1 ~]# tail /tmp/zabbix_server.log  23392:20160303:131022.598 [Z3001] connection to database 'zabbix' failed: [2002] Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)  23392:20160303:131022.598 Database is down.

Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

今天在ubuntu上连接mysql数据库时,遇到一个小问题 Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) 第一次使用时还可以使用的,突然就不好了,不知道是不是没吃药, 先查看数据库状态: jason@jason-Aspire-EC-471G:~$ sudo /etc/init.d/mysql status (因为我使用的是普通用户,所以要sudo一下) 1.如果出现: ja

new-Couldn't connect to host链接超时

问题描述 Couldn't connect to host链接超时 /** * PraseMimeMessage类测试 * @param args * @throws Exception */ public static void main(String args[])throws Exception{ // String host="主机名/ip"; //[pop.mail.yahoo.com.cn] // String username="用户名"; //[ww

Ruby on Rails 3 Can't connect to local MySQL server through socket '/tmp/mysql.sock' on linux

Ruby on Rails 3 Can't connect to local MySQL server through socket '/tmp/mysql.sock' on linux 解决办法: up vote1down voteaccepted First, to find your socket file: mysqladmin variables | grep socket For me, this gives: | socket | /tmp/mysql.sock | 2  Then