Project

General

Profile

Feature #1920

installation of MAUS 2.8.3

Added by Kyberd, Paul over 6 years ago. Updated over 6 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Category:
Build System
Target version:
-
Start date:
21 March 2017
Due date:
% Done:

0%

Estimated time:
Workflow:
New Issue

Description

During the running of 40python_extras>bash -gi

Processing dependencies for pylint
Searching for mccabe

Link to http://pypi.python.org/simple/mccabe/ BLOCKED by --allow-hosts

Couldn't find index page for 'mccabe' (maybe misspelled?)
Scanning index of all packages (this may take a while)

Link to http://pypi.python.org/simple/ BLOCKED by --allow-hosts

No local packages or download links found for mccabe

#1

Updated by Dobbs, Adam over 6 years ago

Hi Paul,
This shouldn't break the installation. The old python extras script does the following:

  • if -c flag passed clean the existing source,
  • if -g flag passed, download the source modules
  • if -i flag passed, try to install the modules:
    • from local source only first
    • if that fails, try installing by allowing access to the remote python repository PyPI

What you are probably seeing is the attempt to install from local source only, which fails because it needs to pull down the source for dependencies. This should however be fixed in the next step by trying again using PyPI.

#2

Updated by Dobbs, Adam over 6 years ago

  • Status changed from Open to Rejected

Also available in: Atom PDF