Dear Alain and Surendran, to our experience, this happens if you have the latest version of pip (7) when installing Invenio. Ensure you have the latest version of pip 6 with the following command before running pip install: pip install -U pip==6.1.1
We are finalising a blogpost on installing Invenio 2.0.5 these days and will publish it to our website soon. Good luck. Best Regards, Audun Bjørkøy Tind Technologies www.tind.io <http://www.tind.io/> > On 13 Aug 2015, at 09:20, Alain Borel <[email protected]> wrote: > > On 18.07.15 04:49, Surendran Karippadath wrote: >> (overlay)pip install -e . >> ... > > Exception: >> Traceback (most recent call last): >> File "/home/angeli/.virtualenvs/myoverlay/local/lib/python2.7/site >> packages/pip/basecommand.py", line 223, in main >> status = self.run(options, args) >> File "/home/angeli/.virtualenvs/myoverlay/local/lib/python2.7/site >> packages/pip/commands/install.py", line 299, in run >> root=options.root_path, >> File "/home/angeli/.virtualenvs/myoverlay/local/lib/python2.7/site >> packages/pip/req/req_set.py", line 646, in install >> **kwargs >> File "/home/angeli/.virtualenvs/myoverlay/local/lib/python2.7/site >> packages/pip/req/req_install.py", line 813, in install >> self.move_wheel_files(self.source_dir, root=root) >> File "/home/angeli/.virtualenvs/myoverlay/local/lib/python2.7/site >> packages/pip/req/req_install.py", line 1008, in move_wheel_files >> isolated=self.isolated, >> File "/home/angeli/.virtualenvs/myoverlay/local/lib/python2.7/site >> packages/pip/wheel.py", line 479, in move_wheel_files >> maker.make_multiple(['%s = %s' % kv for kv in console.items()]) >> File "/home/angeli/.virtualenvs/myoverlay/local/lib/python2.7/site >> packages/pip/_vendor/distlib/scripts.py", line 334, in make_multiple >> filenames.extend(self.make(specification, options)) >> File "/home/angeli/.virtualenvs/myoverlay/local/lib/python2.7/site >> packages/pip/_vendor/distlib/scripts.py", line 323, in make >> self._make_script(entry, filenames, options=options) >> File "/home/angeli/.virtualenvs/myoverlay/local/lib/python2.7/site >> packages/pip/_vendor/distlib/scripts.py", line 214, in _make_script >> script = self._get_script_text(entry).encode('utf-8') >> File "/home/angeli/.virtualenvs/myoverlay/local/lib/python2.7/site >> packages/pip/wheel.py", line 397, in _get_script_text >> "import_name": entry.suffix.split(".")[0], >> AttributeError: 'NoneType' object has no attribute 'split' > > I have the same problem. Any idea out there? > > Best regards, > Alain Borel > EPFL Bibliothèque > Rolex Learning Center > Station 20 > CH-1015 LAUSANNE (SUISSE) > Téléphone: +41 (0)21 693.98.01 > Téléfax: +41 (0)21 693.51.00

