Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rever dependências - python 2.7 (?!), Pillow, Malt #48

Open
ocarneiro opened this issue Oct 25, 2015 · 2 comments
Open

Rever dependências - python 2.7 (?!), Pillow, Malt #48

ocarneiro opened this issue Oct 25, 2015 · 2 comments
Assignees
Labels

Comments

@ocarneiro
Copy link
Contributor

Montei um ambiente para contribuir aqui, como descrito neste artigo, mas encontrei alguns problemas:

  1. meu ambiente está montado para Python 3, então para criar o virtualenv usei:
    virtualenv -p /usr/bin/python2.7 --prompt "(grupy-df)" venv
  2. O Pillow não queria instalar de jeito nenhum, então forcei a versão para 2.6.1 no requirements.txt:
    pillow==2.6.1
  3. O github não quis baixar o tema (malt) como parte do projeto,
    * nem usando --recursive:
    git clone --recursive https://github.com/ocarneiro/grupydf.github.io.git
    * nem com submodule:
    git submodule update --init --recursive
    (acabei baixando o projeto malt como zip e abrindo na pasta...)

Pensei em contribuir com as soluções 1 e 2 no artigo original, mas para o terceiro problema ainda não tenho uma solução. Alguma ideia?

@gilsondev
Copy link
Member

Nesse caso o @magnunleno pode te ajudar, porque teve algumas mudanças nos submodulos do projeto.

@magnunleno
Copy link
Member

I'm on it! Parte já foi corrigido no PR #46

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

No branches or pull requests

4 participants