The CUED DataLogger for acquiring and analysing data
Project description
See the documentation for more information.
Installation
Installing on Windows
Download and install Anaconda / Miniconda.
Visit the Bitbucket repository and download the python3.dll file.
Place the file in /path/to/your/Anaconda/Library/bin/. This is so that PyQt5.9 works with your Anaconda install.
Follow the steps for “Installing on Anaconda” below.
Installing on OS X
Install portaudio with brew *:
brew install portaudio
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
Install dependecies:
conda install numpy scipy pip install matplotlib pyaudio pydaqmx pyqt5 pyqtgraph
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)
Install the portaudio development headers using your package manager.
Debian / Ubuntu:
sudo apt install libportaudio2 portaudio19-dev
CentOS:
yum install portaudio portaudio-devel
Install cued-datalogger using pip:
pip install cued-datalogger
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for cued_datalogger-0.0.18-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6c3d7b71952232fab9914c92e81fa6ae99f3af7ae8608ed69ebf1981e3ab874 |
|
MD5 | 6572c786b7b0693fc4366165bfdcc2d6 |
|
BLAKE2b-256 | a73d62dd8ae1f489afb18247f35a30dee5ad0215ec94061d461381ed9a1b389a |