-
Notifications
You must be signed in to change notification settings - Fork 4
Problem installing demiurge #1
Comments
First, thank you for your interest in the project! I do a section in English so you can read the information more comfortably. Second, you're having a problem with pip. No dependencies are installed. Try this
|
Hi! Thanks for your fast reply,i do this but i have the same error again :( On 5 October 2016 at 10:03, Andros Fenollosa notifications@github.com
Juan Francisco Rodríguez García |
And... |
Same, when i do sudo -H pip install demiurge : kapranos@ntrserver:~$ sudo -H pip install demiurge [sudo] password for kapranos: Requirement already satisfied (use --upgrade to upgrade): demiurge in Requirement already satisfied (use --upgrade to upgrade): pyquery>=1.2.8 in Requirement already satisfied (use --upgrade to upgrade): cssselect>0.7.9 Requirement already satisfied (use --upgrade to upgrade): lxml>=2.1 in When i execute the script:kapranos@ntrserver:~/python/wallapopalert$ Traceback (most recent call last): File "wallapop_alert.py", line 3, in
ImportError: No module named 'demiurge' Weird right? thanks for your help On 5 October 2016 at 11:08, Andros Fenollosa notifications@github.com
Juan Francisco Rodríguez García |
Maybe the problem is not installed on python3
|
kapranos@ntrserver:~$ pip3 install demiurge Requirement already satisfied (use --upgrade to upgrade): demiurge in Requirement already satisfied (use --upgrade to upgrade): pyquery>=1.2.8 in Requirement already satisfied (use --upgrade to upgrade): cssselect>0.7.9 Requirement already satisfied (use --upgrade to upgrade): lxml>=2.1 in On 5 October 2016 at 11:14, Andros Fenollosa notifications@github.com
Juan Francisco Rodríguez García |
Hi!
First, your project looks amazing,very nice idea and implementation.
I have a few problems with this, first:
The directory '/home/kapranos/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/kapranos/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Requirement already satisfied (use --upgrade to upgrade): demiurge in /usr/local/lib/python2.7/dist-packages Requirement already satisfied (use --upgrade to upgrade): pyquery>=1.2.8 in /usr/local/lib/python2.7/dist-packages (from demiurge) Requirement already satisfied (use --upgrade to upgrade): cssselect>0.7.9 in /usr/local/lib/python2.7/dist-packages (from pyquery>=1.2.8->demiurge) Requirement already satisfied (use --upgrade to upgrade): lxml>=2.1 in /usr/local/lib/python2.7/dist-packages (from pyquery>=1.2.8->demiurge)
I make
sudo pip install --upgrade
but when i try to execute the script with "python3 wallapop_alert.py" i have this error:Traceback (most recent call last):
File "wallapop_alert.py", line 3, in
import demiurge, os, pickle, tempfile
ImportError: No module named 'demiurge'
Can you help me please? Thanks in advance
The text was updated successfully, but these errors were encountered: