Skip to content

Detailed setup instructions broken for fresh Ubuntu 14.04 LTS install via Virtualbox #81

@cheelee

Description

@cheelee

Broken Steps:

  1. sudo pip install wcon - results in:

File "wcon/wcon_parser.py", line 21, in

import jsonschema

ImportError: No module named jsonschema

  1. Attempting to fix this with sudo pip install jsonschema - results in:

File "wcon/wcon_parser.py", line 25, in

idx = pd.IndexSlice

AttributeError: 'module' object has no attribute 'IndexSlice'

Weirdness Issues:

  1. numpy installed twice ... once through pip, another through apt-get.
  2. the long apt-get line installs a ton of stuff as dependencies, including TexLive. Are the dependencies for what we need actually minimal?

Alternative Success:

I have had success (i.e. was able to run python tests.py and get 23 successes) using a git clone with Miniconda3, and with the following environment dependency file for python3 (environment.yml). Have not tested against python 2 for Ubuntu yet, but I had done something similar on Mac OS X and it worked for python 2 (and fails for python 3 because something about psutil appeared to be broken on Mac OS X):

name: wcon3
dependencies:
  - python=3.*
  - scipy
  - pandas
  - jsonschema
  - psutil

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions