Due to changes in conda deployment use the main build channel instead of
the dev channel.

Remove artiq entry from ~/.condarc.
Add main build as follows.

conda config --add channels http://conda.anaconda.org/m-labs/channel/main



On Wed, Oct 14, 2015 at 2:09 PM, Joe Britton <joe.brit...@gmail.com> wrote:

> I spent a lot of time this weekend bringing the Penning lab up to speed
> with the changes to ARTIQ over the last month. There were a number of
> snaggles that took longer than necessary to debug. Mostly because python
> error messages generated using the old attr_device() with the new
> setattr_device() API were entirely opaque. A physicist-readable API change
> log would make it easier to know how to refactor experiments. I propose
> such notices be sent to the ARTIQ mailing list with a subject line starting
> "ARTIQ API". Here's a start.
>
> ---
> **10/12** Migration to Python 3.5 is complete.
> Note for other users of conda deployment. Due to ARTIQ's new python 3.5
> dependency you'll have to create a new environment for python 3.5 and
> install ARTIQ in it.
> ```bash
> (root)rabi@688penningA:~/git/m-labs/artiq$ conda create --name py5
> python=3.5
> (root)rabi@688penningA:~/git/m-labs/artiq$ source activate py35
> (py35)rabi@688penningA:~/git/m-labs/artiq$ conda install artiq
> ```
>
> ----
> **10/12** Changes in configuration files:
> https://github.com/m-labs/artiq/commit/97accd254042933a069000b892c31f7f0e312271
>
> * ddb.pyon -> device_db.pyon
> * pdb.pyon -> dataset_db.pyon
>
> ----
> **10/3** Changes in program files:
> https://github.com/m-labs/artiq/commit/50a5a3baf0b3e4524b2f5b7d47ce62b4bf4212f1
> * attr_device() -> setattr_device()
> * attr_argument() -> setattr_argument()
>
>
>
>
_______________________________________________
ARTIQ mailing list
https://ssl.serverraum.org/lists/listinfo/artiq

Reply via email to