Dear all,

I am trying to get my feet wet with artiq and a pipistrello board. Here
is what I get when trying to compile idle.py:

(artiq-main) artiq@artiqhost:/artiq$ artiq_compile idle.py
Traceback (most recent call last):
  File "/artiq/anaconda3/envs/artiq-main/bin/artiq_compile", line 11, in
<module>
    load_entry_point('artiq==3.0.dev0+78.g2bb90a4', 'console_scripts',
'artiq_compile')()
  File
"/artiq/anaconda3/envs/artiq-main/lib/python3.5/site-packages/artiq/frontend/artiq_compile.py",
line 41, in main
    device_mgr = DeviceManager(DeviceDB(args.device_db))
  File
"/artiq/anaconda3/envs/artiq-main/lib/python3.5/site-packages/artiq/master/databases.py",
line 11, in __init__
    self.data = Notifier(pyon.load_file(self.backing_file))
  File
"/artiq/anaconda3/envs/artiq-main/lib/python3.5/site-packages/artiq/protocols/pyon.py",
line 218, in load_file
    with open(filename, "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'device_db.pyon'

Would someone on this list have a clue for me? That would be highly
appreciated...

Thanks,

Christian O
_______________________________________________
ARTIQ mailing list
https://ssl.serverraum.org/lists/listinfo/artiq

Reply via email to