Skip to content

How to run this software in 2026 #18

@moorepants

Description

@moorepants

I created a file bicycledataprocessor-env.yml with this contents:

name: bicycledataprocessor
channels:
  - free
  - defaults
dependencies:
  - python =2.7.*
  - numpy >=1.6
  - scipy >=0.9
  - matplotlib >=1.1
  - pytables <3
  - uncertainties
  - pyyaml

Then create the environment:

conda env create -f bicycledataprocessor-env.yml

Now activate:

conda activate bicycledataprocessor

Now install my custom software for specific versions:

pip install --no-deps yeadon==1.1.0
pip install --no-deps DynamicistToolKit==0.3.4
pip install --no-deps BicycleParameters==0.2.0

Finally (from this repo's directory) import this package:

$ python
Python 2.7.13 |Continuum Analytics, Inc.| (default, Dec 20 2016, 23:09:15) 
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org
>>> import bicycledataprocessor
Failed to import mayavi. This is fine, it just means that you cannot use the draw() member function.
>>> dir(bicycledataprocessor)
['DataSet', 'Run', '__builtins__', '__doc__', '__file__', '__name__', '__package__', '__path__', '__version__', 'bdpexceptions', 'database', 'main', 'signalprocessing', 'version']

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions