Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

binaries directory does not exist in main artiq package #1092

Closed
philipkent opened this issue Jul 2, 2018 · 5 comments
Closed

binaries directory does not exist in main artiq package #1092

philipkent opened this issue Jul 2, 2018 · 5 comments

Comments

@philipkent
Copy link

On windows 64 bit, after creating a conda environment using the artiq-kc705-nist_qc2 package via conda create -n artiq-main artiq-kc705-nist_qc2 no binaries directory is created which causes artiq_flash commands to fail:

 (artiq-main) C:\Users\pdk1>artiq_flash -t kc705 -m nist_qc2  -f flash_storage.img storage start
 Binaries directory 'c:\users\pdk1\work\artiq\artiq-dev\artiq\artiq\binaries\kc705-nist_qc2' does not exist
@sbourdeauducq
Copy link
Member

Where is it created instead?

@philipkent
Copy link
Author

It looks like it just wasn't created at all. I only have a single directory containing the kc705 gateware at artiq-main/lib/python3.5/site-packages/artiq/binaries/kc705-nist_qc2/. Seems like the artiq package and it's dependencies weren't installed.

@sbourdeauducq
Copy link
Member

Ok. Is there a problem other than the artiq package not getting installed? Are things working correctly after installing the artiq package manually?

@philipkent
Copy link
Author

Yes, everything works correctly after installing the artiq package manually.

@sbourdeauducq
Copy link
Member

So, it's #984.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants