python 2.7 - ODOO 8 requires module pyboleto i can't install on python2.7.12 -


whats i'll ?

odoo@odoo-aspire-es1-572:~$ pip2 install pyboleto collecting pyboleto   using cached pyboleto-0.3.1.tar.gz collecting distribute (from pyboleto)   using cached distribute-0.7.3.zip     complete output command python setup.py egg_info:     running egg_info     creating pip-egg-info/distribute.egg-info     writing requirements pip-egg-info/distribute.egg-info/requires.txt     writing pip-egg-info/distribute.egg-info/pkg-info     writing top-level names pip-egg-info/distribute.egg-info/top_level.txt     writing dependency_links pip-egg-info/distribute.egg-info/dependency_links.txt     traceback (most recent call last):       file "<string>", line 1, in <module>       file "/tmp/pip-build-wdypyy/distribute/setup.py", line 58, in <module>         setuptools.setup(**setup_params)       file "/home/odoo/.pyenv/versions/2.7.12/lib/python2.7/distutils/core.py", line 151, in setup         dist.run_commands()       file "/home/odoo/.pyenv/versions/2.7.12/lib/python2.7/distutils/dist.py", line 953, in run_commands         self.run_command(cmd)       file "/home/odoo/.pyenv/versions/2.7.12/lib/python2.7/distutils/dist.py", line 972, in run_command         cmd_obj.run()       file "setuptools/command/egg_info.py", line 177, in run         writer = ep.load(installer=installer)       file "pkg_resources.py", line 2241, in load         if require: self.require(env, installer)       file "pkg_resources.py", line 2254, in require         working_set.resolve(self.dist.requires(self.extras),env,installer)))       file "pkg_resources.py", line 2471, in requires         dm = self._dep_map       file "pkg_resources.py", line 2682, in _dep_map         self.__dep_map = self._compute_dependencies()       file "pkg_resources.py", line 2699, in _compute_dependencies         _markerlib import compile compile_marker     importerror: no module named _markerlib      ---------------------------------------- command "python setup.py egg_info" failed error code 1 in /tmp/pip-build-wdypyy/distribute/ odoo@odoo-aspire-es1-572:~$ pip2 install _markerlib invalid requirement: '_markerlib' traceback (most recent call last):   file "/home/odoo/.local/lib/python2.7/site-packages/pip/req/req_install.py", line 82, in __init__     req = requirement(req)   file "/home/odoo/.local/lib/python2.7/site-packages/pip/_vendor/packaging/requirements.py", line 96, in __init__     requirement_string[e.loc:e.loc + 8])) invalidrequirement: invalid requirement, parse error @ "'_markerl'" 

please try following:

sudo apt-get update        # fetches list of available updates sudo apt-get upgrade       # strictly upgrades current packages sudo apt-get dist-upgrade  # installs updates (new ones) sudo pip install pyboleto 

Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -