mark2 icon indicating copy to clipboard operation
mark2 copied to clipboard

Problems running/installing mark2

Open CoryManson opened this issue 12 years ago • 6 comments

I can't seem to get this installed right on CentOS, no issues with mark2 on Debian which I've installed several times.

Here's the install log: http://pastebin.com/bvmPcUB2

Here's the error when running config: http://pastebin.com/YaGsG4kt

Any help is appreciated :)

CoryManson avatar Nov 06 '13 11:11 CoryManson

ah, how did you install it? through pip? or did you clone the repo?

gsand avatar Nov 08 '13 07:11 gsand

I cloned the repo via git then ran 'pip install -r requirements.txt'

Pretty much as described in https://github.com/mcdevs/mark2/blob/master/INSTALL.md

CoryManson avatar Nov 08 '13 07:11 CoryManson

Try installing it through pip:

pip install mark2

gsand avatar Nov 09 '13 02:11 gsand

seems to be installed fine.

Install log: http://pastebin.com/7N4pdUyK

Same error when running 'mark2 config'

CoryManson avatar Nov 09 '13 10:11 CoryManson

Can you start a Minecraft server manually (i.e., without mark2)?

prophile avatar Nov 09 '13 11:11 prophile

I had the same issue. In case others run into this -- the solution in my case was that I had no EDITOR environment variable set and it looks like mark2 requires it to exist (if not set, mark2 tries to call 'editor' which is why we get the no such file error). I just set EDITOR=vim and all was well (i.e. export EDITOR=vim).

u235 avatar Jan 04 '14 22:01 u235