Closed Fyphia closed 6 years ago
Hello. I was running in the same issue, however once nim was installed I stumbled on the following error :
/FALCON/FALCON-integrate/nim-falcon/repos/msgpack4nim/msgpack4nim.nim(27, 32) Error: cannot open 'deques'
import tables, intsets, lists, deques, sets, strtabs, critbits, macros
^
makefile:41: recipe for target 'fc_rr_hctg_track2.exe' failed
make[3]: *** [fc_rr_hctg_track2.exe] Error 1
I am also running Python 2.7.12 and nim version 0.12.0 on a Linux 4.4.0 Kernel (64bit)
Can anybody help me finish the installation process ? Thanks.
hello,
You can try to install nim in your system in another folder instead of /nim-falcon/, and add its path to system. Find nim in its github address.
Fyphia
------------------ 原始邮件 ------------------ 发件人: "rick-heig"notifications@github.com; 发送时间: 2018年4月23日(星期一) 下午3:36 收件人: "PacificBiosciences/FALCON-integrate"FALCON-integrate@noreply.github.com; 抄送: "解菲"270488878@qq.com; "Author"author@noreply.github.com; 主题: Re: [PacificBiosciences/FALCON-integrate] Install problem : nim:Command not found (#157)
Hello.
I was running in the same issue, however once nim was installed I stumbled on the following error :
/FALCON/FALCON-integrate/nim-falcon/repos/msgpack4nim/msgpack4nim.nim(27, 32) Error: cannot open 'deques' import tables, intsets, lists, deques, sets, strtabs, critbits, macros ^ makefile:41: recipe for target 'fc_rr_hctg_track2.exe' failed make[3]: *** [fc_rr_hctg_track2.exe] Error 1
I am also running Python 2.7.12 and nim version 0.12.0 on a Linux 4.4.0 Kernel (64bit)
Can anybody help me finish the installation process ? Thanks.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
I have the same problem and I've tried installing nim from github and from apt and neither works. I am running Ubuntu 16.04. I have been previously able to install Falcon without any major problems. I have also Anaconda 2.7 installed.
@OPSmolander, which problem precisely? Missing nim? Or the problem with deque
?
I had to lock to an older version of msgpack4nim, so you might try a fresh install of nim-falcon (dev
branch).
@pb-cdunn The problem with the deque. If I remove the system nim then I get the error with missing nim. If I install nim then I will get the problem with deque.. What do you mean with fresh install of nim-falcon and dev branch? I seem to find only master-branch for nim-falcon.
Where do you get nim-falcon? dev
branch is here: https://github.com/bio-nim/nim-falcon/tree/dev
I have been trying to get this work now using that dev branch of nim-falcon but ended up with this:
/home/opsmolan/FALCON-integrate/nim-falcon/repos/msgpack4nim/msgpack4nim.nim(623, 40) Error: undeclared identifier: 'SomeFloat' proc pack_type*(s: var MsgStream, val: SomeFloat) = ^ makefile:41: recipe for target 'fc_rr_hctg_track2.exe' failed make[3]: [fc_rr_hctg_track2.exe] Error 1 make[3]: Leaving directory '/home/opsmolan/FALCON-integrate/nim-falcon/src' makefile:44: recipe for target 'install-nim-falcon' failed make[2]: [install-nim-falcon] Error 2 make[2]: *** Waiting for unfinished jobs....
If there was any suggestion how to get the fresh install of nim-falcon working properly, I would really appreciate.
I am having the same problems as @OPSmolander. Is there an updated Dockerfile I can reference? The one in the official wiki seems out-of-date.
Which wiki? Which Dockerfile?
If you have a problem with nim, you need to tell us your version of nim.
$ nim --version
Nim Compiler Version 0.18.1 [Linux: amd64]
Compiled at 2018-05-15
Copyright (c) 2006-2018 by Andreas Rumpf
git hash: 02f01470ab46067c18535605179b95b143b1e25f
Also, which git SHA1 for FALCON-integrate and nim-falcon?
@pb-cdunn Here is the wiki with an old Falcon Dockerfile: https://github.com/PacificBiosciences/FALCON/wiki/Falcon-as-a-Docker-container
Nim Compiler Version 0.12.0 (2015-11-02) [Linux: amd64] Copyright (c) 2006-2015 by Andreas Rumpf active boot switches: -d:release
FALCON-integrate hash: ad6479b nim-falcon hash: 821a311
You need a more recent nim installation. Version 0.18.1
works for me.
I guess that Docker container needs to be updated.
Hello, I had the same problem. If you are on windows, you can install nim Using chocolate.
Open Powershell as an administrator and run "choco install nim"
This should have it set up properly for you. Including the environment variables.
Hi, I'm trying to install the latest Falcon according to
https://github.com/PacificBiosciences/FALCON-integrate/wiki/Installation as follow:
My python version is 2.7.12.
When I run make -j all, the output is as follows:
It seems something wrong in make[3]: nim: Command not found make[3]: ** [fc_rr_hctg_track2.exe] Error 127 make[3]: Leaving directory `/bigdata/baolab/fxie/new2/FALCON-integrate/nim-falcon/src' make[2]: [install-nim-falcon] Error 2**
Can anybody help me with this issue ? Thanks a lot !