You are viewing our Forum Archives. To view or take place in current topics click here.
[HELP] Sevabot not working...
Posted:

[HELP] Sevabot not working...Posted:

BrunoMods
  • Challenger
Status: Offline
Joined: Jan 16, 201410Year Member
Posts: 175
Reputation Power: 12
Status: Offline
Joined: Jan 16, 201410Year Member
Posts: 175
Reputation Power: 12
I had Sevabot working on my old VPS. I remember it took me forever to finally get it up and running. I also remember that it took the help of a random coder on skype. So now I am asking the TTG Community. Can anyone help me get Sevabot up and running. I have used google many times. So please don't be mean and say "Google it bro". I have been on many forums, tried everything that I've seen. Anyways, here is the issue...
OSError: Command /home/skype/sevabot/ENV/bin/python -c "import sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip failed with error code 1
\/-Entire rip from Putty-\/
root@boom2015:/home/skype/sevabot# python virtualenv.py ENV
New python executable in ENV/bin/python
Cannot find a wheel for setuptools
Cannot find a wheel for pip
Installing setuptools, pip...
  Complete output from command /home/skype/sevabot/ENV/bin/python -c "import sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip:
  Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 504, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/skype/sevabot/ENV/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/index.py", line 245, in _get_queued_page
    page = self._get_page(location, req)
  File "/home/skype/sevabot/ENV/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/index.py", line 335, in _get_page
    return HTMLPage.get_page(link, req, cache=self.cache)
  File "/home/skype/sevabot/ENV/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/index.py", line 452, in get_page
    resp = urlopen(url)
  File "/home/skype/sevabot/ENV/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/download.py", line 85, in __call__
    response = urllib2.urlopen(self.get_request(url))
  File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 392, in open
    protocol = req.get_type()
  File "/usr/lib/python2.7/urllib2.py", line 254, in get_type
    raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: /home/skype/sevabot

Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 504, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/skype/sevabot/ENV/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/index.py", line 245, in _get_queued_page
    page = self._get_page(location, req)
  File "/home/skype/sevabot/ENV/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/index.py", line 335, in _get_page
    return HTMLPage.get_page(link, req, cache=self.cache)
  File "/home/skype/sevabot/ENV/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/index.py", line 452, in get_page
    resp = urlopen(url)
  File "/home/skype/sevabot/ENV/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/download.py", line 85, in __call__
    response = urllib2.urlopen(self.get_request(url))
  File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 392, in open
    protocol = req.get_type()
  File "/usr/lib/python2.7/urllib2.py", line 254, in get_type
    raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: .

Ignoring indexes: http://pypi.python.org/simple/
Downloading/unpacking distribute
  Could not find any downloads that satisfy the requirement distribute
No distributions at all found for distribute
Storing complete log in /root/.pip/pip.log
----------------------------------------
...Installing setuptools, pip...done.
Traceback (most recent call last):
  File "virtualenv.py", line 2338, in <module>
    main()
  File "virtualenv.py", line 824, in main
    symlink=options.symlink)
  File "virtualenv.py", line 992, in create_environment
    install_wheel(to_install, py_executable, search_dirs)
  File "virtualenv.py", line 960, in install_wheel
    'PIP_NO_INDEX': '1'
  File "virtualenv.py", line 902, in call_subprocess
    % (cmd_desc, proc.returncode))
OSError: Command /home/skype/sevabot/ENV/bin/python -c "import sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip failed with error code 1

I will try to repay you in any way!


Last edited by BrunoMods ; edited 1 time in total
#2. Posted:
Supersede
  • Resident Elite
Status: Offline
Joined: Apr 28, 201311Year Member
Posts: 284
Reputation Power: 11
Status: Offline
Joined: Apr 28, 201311Year Member
Posts: 284
Reputation Power: 11
Try this "sudo pip install setuptools --no-use-wheel --upgrade ..."

Source: [ Register or Signin to view external links. ]
#3. Posted:
BrunoMods
  • Challenger
Status: Offline
Joined: Jan 16, 201410Year Member
Posts: 175
Reputation Power: 12
Status: Offline
Joined: Jan 16, 201410Year Member
Posts: 175
Reputation Power: 12
Superseded wrote Try this "sudo pip install setuptools --no-use-wheel --upgrade ..."

Source: [ Register or Signin to view external links. ]

Thanks for trying...But no such luck with this
root@boom2015:~# sudo pip install setuptools --no-use-wheel --upgrade ...
Downloading/unpacking setuptools from https://pypi.python.org/packages/source/s/setuptools/setuptools-4.0.1.tar.gz#md5=190b1d4470de9bae0b4414353e14700d
  Downloading setuptools-4.0.1.tar.gz (1.0MB): 1.0MB downloaded
  Running setup.py (path:/tmp/pip_build_root/setuptools/setup.py) egg_info for package setuptools

Downloading/unpacking ...
  Real name of requirement ... is 3-1
  Could not find any downloads that satisfy the requirement ...
  Some externally hosted files were ignored (use --allow-external ... to allow).
Cleaning up...
No distributions at all found for ...
Storing debug log for failure in /root/.pip/pip.log
root@boom2015:~# sudo pip install setuptools --no-use-wheel --allow-external --upgrade ...
Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/local/lib/python2.7/dist-packages
Downloading/unpacking ...
  Real name of requirement ... is 3-1
  Could not find any downloads that satisfy the requirement ...
Cleaning up...
No distributions at all found for ...
Storing debug log for failure in /root/.pip/pip.log
root@boom2015:~#
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.