-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Milestone
Description
Broken Steps:
- sudo pip install wcon - results in:
File "wcon/wcon_parser.py", line 21, in
import jsonschema
ImportError: No module named jsonschema
- 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:
- numpy installed twice ... once through pip, another through apt-get.
- 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