DEPENDÊNCIA PROBLEMÁTICA NO MANJARO [RESOLVIDO]

1. DEPENDÊNCIA PROBLEMÁTICA NO MANJARO [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 16/05/2017 - 11:01h

Olá, pessoal,
escrevo este tópico pois estou há um tempo com um probleminha em uma dependência específica do programa Spyder 3, IDE científica para Python, a qual eu uso para trabalhar.
Desde o dia em que instalei ela pela primeira vez no Manjaro, toda vez que abro o programa me é exibida uma caixa com uma mensagem que diz:
"Você tem dependências faltando!

jedi = 0.9.0: 0.10.2 (NOK)

Por favor, instale elas para evitar esta mensagem"

Andei pesquisando e fazendo perguntas até aqui mesmo pelo Viva o Linux, e em outros locais também e ainda não consegui encontrar a solução exata para isso. Me foi indicado por um usuário aqui do fórum, baixar a dependência python-jedi, a qual encontrei nos repositórios da comunidade do Manjaro, instalei, mas que não resolveu o problema, toda vez em que abro o Spyder 3, ainda me é exibida a mesma mensagem.
Se alguém souber resolver e puder me ajudar, fico muito grato.
Obrigado desde já pela atenção. Abraço!


  


2. MELHOR RESPOSTA

Marquinhos
Hello

(usa Slackware)

Enviado em 16/05/2017 - 12:21h

gonsales escreveu:

Hello escreveu:

gonsales escreveu:

Hello escreveu:

gonsales escreveu:

Não encontrei a dependência "python3-jedi" em nenhum repositório. Desabilitar python-jedi? Como faz?




Python 2.7 or >=3.3
PyQt5 >=5.2 or PyQt4 >=4.6.0 (PyQt5 is recommended).
Qtconsole >=4.2.0 – for an enhanced Python interpreter.
Rope >=0.9.4 and Jedi <http://jedi.jedidjah.ch/en/latest/> 0.9.0 – for code completion, go-to-definition and calltips on the Editor.
Pyflakes – for real-time code analysis.
Sphinx – for the Help pane rich text mode and to get our documentation.
Pygments >=2.0 – for syntax highlighting and code completion in the Editor of all file types it supports.
Pylint – for static code analysis.
Pep8 – for style analysis.
Psutil – for memory/CPU usage in the status bar.
Nbconvert – to manipulate Jupyter notebooks on the Editor.
Qtawesome >=0.4.1 – for an icon theme based on FontAwesome.
Pickleshare – To show import completions on the Editor and Consoles.
PyZMQ – To run introspection services on the Editor asynchronously.
QtPy >=1.1.0 – To run Spyder with PyQt4 or PyQt5 seamlessly.
Chardet >=2.0.0– Character encoding auto-detection in Python.
Numpydoc Used by Jedi to get return types for functions with Numpydoc docstrings.

Você tem todas estas dependencias?


Numpydoc eu não achei e nenhum repositório, o resto estão todas instaladas.


NumpyDoc: https://github.com/numpy/numpydoc
Como vc instalou o jedi? Pelo pip? Pelo visto o programa pede o Jedi 0.9.0: https://pypi.python.org/packages/3a/37/629080b92b87bc65e3b1b4f5d539e22aa5dc45637eab0dd4b0cd8cf236c2/...



Baixei o jedi desse link aí e tô tentando instalar com o comand "sudo pacman -U jedi-0.9.0.ta.gz" mas tá dando erro, aparece no terminal que não tem metadados suficientes.
Tentei com o pip pelo terminal também "pip install jedi-0.9.0" e o que me é retornado é isso:

"Collecting jedi-0.9.0
Could not find a version that satisfies the requirement jedi-0.9.0 (from versions: )
No matching distribution found for jedi-0.9.0
"


Pegue o arquivo e faça isso:

gunzip jedi*
tar -xf jedi*
cd jedi-0.9.0
./setup.py build
sudo ./setup.py install

gunzip jedi-0.9.0.tar.gz
tar -xf jedi.-0.9.0.tar
cd jedi-0.9.0
E


3. Re: DEPENDÊNCIA PROBLEMÁTICA NO MANJARO [RESOLVIDO]

Marquinhos
Hello

(usa Slackware)

Enviado em 16/05/2017 - 11:09h

gonsales escreveu:

Olá, pessoal,
escrevo este tópico pois estou há um tempo com um probleminha em uma dependência específica do programa Spyder 3, IDE científica para Python, a qual eu uso para trabalhar.
Desde o dia em que instalei ela pela primeira vez no Manjaro, toda vez que abro o programa me é exibida uma caixa com uma mensagem que diz:
"Você tem dependências faltando!

jedi = 0.9.0: 0.10.2 (NOK)

Por favor, instale elas para evitar esta mensagem"

Andei pesquisando e fazendo perguntas até aqui mesmo pelo Viva o Linux, e em outros locais também e ainda não consegui encontrar a solução exata para isso. Me foi indicado por um usuário aqui do fórum, baixar a dependência python-jedi, a qual encontrei nos repositórios da comunidade do Manjaro, instalei, mas que não resolveu o problema, toda vez em que abro o Spyder 3, ainda me é exibida a mesma mensagem.
Se alguém souber resolver e puder me ajudar, fico muito grato.
Obrigado desde já pela atenção. Abraço!


Tentou o "python3-jedi"?
Tentou compilar o programa, desabilitando o jedi?


4. DEPENDÊNCIA PROBLEMÁTICA NO MANJARO

Perfil removido
removido

(usa Nenhuma)

Enviado em 16/05/2017 - 11:20h

Não encontrei a dependência "python3-jedi" em nenhum repositório. Desabilitar python-jedi? Como faz?


5. Re: DEPENDÊNCIA PROBLEMÁTICA NO MANJARO [RESOLVIDO]

Marquinhos
Hello

(usa Slackware)

Enviado em 16/05/2017 - 11:32h

gonsales escreveu:

Não encontrei a dependência "python3-jedi" em nenhum repositório. Desabilitar python-jedi? Como faz?




Python 2.7 or >=3.3
PyQt5 >=5.2 or PyQt4 >=4.6.0 (PyQt5 is recommended).
Qtconsole >=4.2.0 – for an enhanced Python interpreter.
Rope >=0.9.4 and Jedi <http://jedi.jedidjah.ch/en/latest/> 0.9.0 – for code completion, go-to-definition and calltips on the Editor.
Pyflakes – for real-time code analysis.
Sphinx – for the Help pane rich text mode and to get our documentation.
Pygments >=2.0 – for syntax highlighting and code completion in the Editor of all file types it supports.
Pylint – for static code analysis.
Pep8 – for style analysis.
Psutil – for memory/CPU usage in the status bar.
Nbconvert – to manipulate Jupyter notebooks on the Editor.
Qtawesome >=0.4.1 – for an icon theme based on FontAwesome.
Pickleshare – To show import completions on the Editor and Consoles.
PyZMQ – To run introspection services on the Editor asynchronously.
QtPy >=1.1.0 – To run Spyder with PyQt4 or PyQt5 seamlessly.
Chardet >=2.0.0– Character encoding auto-detection in Python.
Numpydoc Used by Jedi to get return types for functions with Numpydoc docstrings.

Você tem todas estas dependencias?


6. DEPENDÊNCIA PROBLEMÁTICA NO MANJARO

Perfil removido
removido

(usa Nenhuma)

Enviado em 16/05/2017 - 11:39h

Hello escreveu:

gonsales escreveu:

Não encontrei a dependência "python3-jedi" em nenhum repositório. Desabilitar python-jedi? Como faz?




Python 2.7 or >=3.3
PyQt5 >=5.2 or PyQt4 >=4.6.0 (PyQt5 is recommended).
Qtconsole >=4.2.0 – for an enhanced Python interpreter.
Rope >=0.9.4 and Jedi <http://jedi.jedidjah.ch/en/latest/> 0.9.0 – for code completion, go-to-definition and calltips on the Editor.
Pyflakes – for real-time code analysis.
Sphinx – for the Help pane rich text mode and to get our documentation.
Pygments >=2.0 – for syntax highlighting and code completion in the Editor of all file types it supports.
Pylint – for static code analysis.
Pep8 – for style analysis.
Psutil – for memory/CPU usage in the status bar.
Nbconvert – to manipulate Jupyter notebooks on the Editor.
Qtawesome >=0.4.1 – for an icon theme based on FontAwesome.
Pickleshare – To show import completions on the Editor and Consoles.
PyZMQ – To run introspection services on the Editor asynchronously.
QtPy >=1.1.0 – To run Spyder with PyQt4 or PyQt5 seamlessly.
Chardet >=2.0.0– Character encoding auto-detection in Python.
Numpydoc Used by Jedi to get return types for functions with Numpydoc docstrings.

Você tem todas estas dependencias?


Numpydoc eu não achei e nenhum repositório, o resto estão todas instaladas.



7. Re: DEPENDÊNCIA PROBLEMÁTICA NO MANJARO [RESOLVIDO]

Marquinhos
Hello

(usa Slackware)

Enviado em 16/05/2017 - 11:46h

gonsales escreveu:

Hello escreveu:

gonsales escreveu:

Não encontrei a dependência "python3-jedi" em nenhum repositório. Desabilitar python-jedi? Como faz?




Python 2.7 or >=3.3
PyQt5 >=5.2 or PyQt4 >=4.6.0 (PyQt5 is recommended).
Qtconsole >=4.2.0 – for an enhanced Python interpreter.
Rope >=0.9.4 and Jedi <http://jedi.jedidjah.ch/en/latest/> 0.9.0 – for code completion, go-to-definition and calltips on the Editor.
Pyflakes – for real-time code analysis.
Sphinx – for the Help pane rich text mode and to get our documentation.
Pygments >=2.0 – for syntax highlighting and code completion in the Editor of all file types it supports.
Pylint – for static code analysis.
Pep8 – for style analysis.
Psutil – for memory/CPU usage in the status bar.
Nbconvert – to manipulate Jupyter notebooks on the Editor.
Qtawesome >=0.4.1 – for an icon theme based on FontAwesome.
Pickleshare – To show import completions on the Editor and Consoles.
PyZMQ – To run introspection services on the Editor asynchronously.
QtPy >=1.1.0 – To run Spyder with PyQt4 or PyQt5 seamlessly.
Chardet >=2.0.0– Character encoding auto-detection in Python.
Numpydoc Used by Jedi to get return types for functions with Numpydoc docstrings.

Você tem todas estas dependencias?


Numpydoc eu não achei e nenhum repositório, o resto estão todas instaladas.


NumpyDoc: https://github.com/numpy/numpydoc
Como vc instalou o jedi? Pelo pip? Pelo visto o programa pede o Jedi 0.9.0: https://pypi.python.org/packages/3a/37/629080b92b87bc65e3b1b4f5d539e22aa5dc45637eab0dd4b0cd8cf236c2/...




8. Re: DEPENDÊNCIA PROBLEMÁTICA NO MANJARO [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 16/05/2017 - 11:59h

Hello escreveu:

gonsales escreveu:

Hello escreveu:

gonsales escreveu:

Não encontrei a dependência "python3-jedi" em nenhum repositório. Desabilitar python-jedi? Como faz?




Python 2.7 or >=3.3
PyQt5 >=5.2 or PyQt4 >=4.6.0 (PyQt5 is recommended).
Qtconsole >=4.2.0 – for an enhanced Python interpreter.
Rope >=0.9.4 and Jedi <http://jedi.jedidjah.ch/en/latest/> 0.9.0 – for code completion, go-to-definition and calltips on the Editor.
Pyflakes – for real-time code analysis.
Sphinx – for the Help pane rich text mode and to get our documentation.
Pygments >=2.0 – for syntax highlighting and code completion in the Editor of all file types it supports.
Pylint – for static code analysis.
Pep8 – for style analysis.
Psutil – for memory/CPU usage in the status bar.
Nbconvert – to manipulate Jupyter notebooks on the Editor.
Qtawesome >=0.4.1 – for an icon theme based on FontAwesome.
Pickleshare – To show import completions on the Editor and Consoles.
PyZMQ – To run introspection services on the Editor asynchronously.
QtPy >=1.1.0 – To run Spyder with PyQt4 or PyQt5 seamlessly.
Chardet >=2.0.0– Character encoding auto-detection in Python.
Numpydoc Used by Jedi to get return types for functions with Numpydoc docstrings.

Você tem todas estas dependencias?


Numpydoc eu não achei e nenhum repositório, o resto estão todas instaladas.


NumpyDoc: https://github.com/numpy/numpydoc
Como vc instalou o jedi? Pelo pip? Pelo visto o programa pede o Jedi 0.9.0: https://pypi.python.org/packages/3a/37/629080b92b87bc65e3b1b4f5d539e22aa5dc45637eab0dd4b0cd8cf236c2/...



Baixei o jedi desse link aí e tô tentando instalar com o comand "sudo pacman -U jedi-0.9.0.ta.gz" mas tá dando erro, aparece no terminal que não tem metadados suficientes.
Tentei com o pip pelo terminal também "pip install jedi-0.9.0" e o que me é retornado é isso:

"Collecting jedi-0.9.0
Could not find a version that satisfies the requirement jedi-0.9.0 (from versions: )
No matching distribution found for jedi-0.9.0
"






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts