Skip to main content

The CUED DataLogger for acquiring and analysing data

Project description

See the documentation for more information.

Installation

Installing on Windows

  1. Download and install Anaconda / Miniconda.

  2. Visit the Bitbucket repository and download the python3.dll file.

  3. Place the file in /path/to/your/Anaconda/Library/bin/. This is so that PyQt5.9 works with your Anaconda install.

  4. Follow the steps for “Installing on Anaconda” below.

Installing on OS X

  1. Install portaudio with brew *:

    brew install portaudio
  2. If you are using Anaconda, follow the steps for “Installing on Anaconda” below. Otherwise, install cued-datalogger using pip:

    pip install cued-datalogger

* If you do not have brew installed, install Homebrew then permit it to run with xcode-select --install

Installing on Anaconda

  1. Install dependecies:

    conda install numpy scipy
    pip install matplotlib pyaudio pydaqmx pyqt5 pyqtgraph
  2. Install cued-datalogger using pip:

    pip install cued-datalogger --no-deps

Explanation:

Packages that are installed in both conda and pip can cause problems, so everything that can be is installed with conda. This means that pip must be told not to install any of the cued-datalogger dependencies with the --no-deps flag.

Installing on Linux (without Anaconda)

  1. Install the portaudio development headers using your package manager.

    Debian / Ubuntu:

    sudo apt install libportaudio2 portaudio19-dev

    CentOS:

    yum install portaudio portaudio-devel
  2. Install cued-datalogger using pip:

    pip install cued-datalogger

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cued-datalogger-0.0.17.tar.gz (72.7 kB view hashes)

Uploaded Source

Built Distribution

cued_datalogger-0.0.17-py2-none-any.whl (131.3 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page