Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Quokka installation more instructions. #650

Open
Bernardoow opened this issue Feb 27, 2018 · 5 comments
Open

Quokka installation more instructions. #650

Bernardoow opened this issue Feb 27, 2018 · 5 comments
Assignees
Labels

Comments

@Bernardoow
Copy link
Contributor

I had problems installing this project even following the instructions

I needed to install two operating system packages. Python3.6-dev and Pandoc via apt-get. I Use Ubunto OS.

I think this information can be add in readme or guidelines.

@rochacbruno rochacbruno self-assigned this Feb 27, 2018
@rochacbruno
Copy link
Collaborator

I am curious why do we need python3.6-dev should not be a requirement, I need to find which requirement is needing this

@Bernardoow
Copy link
Contributor Author

My scenario was Ubuntu without python 3.6. Then I installed python 3.6 and I followed the steps:

git clone https://github.com/rochacbruno/quokka
cd quokka
python3 -m venv venv
. venv/bin/activate
make install
make adduser
make devserver

@weltonvaz
Copy link

I tested in Ubuntu 16.04 and 17.04 (64Bits) all the two asked to install Pandoc via apt-get

@zx9r
Copy link

zx9r commented Jun 25, 2018

python3.6-dev is a requirement because of regex. It needs to compile some C code which has a #include <Python.h>

@jorants
Copy link

jorants commented Sep 26, 2018

Is pandoc really needed? Because on Gentoo (and i asume other platforms as well) it pulls in the whole haskel toolchain, which makes Quokka quite heavy.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants