Hi,
I am trying to install labscript on a windows 10 machine, and I am getting the error Traceback (most recent call last):
File "C:\Users\Rubidium\anaconda3\envs\py38\Scripts\setuptools-conda-script.py", line 10, in <module>
sys.exit(main())
File "C:\Users\Rubidium\anaconda3\envs\py38\lib\site-packages\setuptools_conda\__main__.py", line 434, in main
project_name = get_project_name(proj)
File "C:\Users\Rubidium\anaconda3\envs\py38\lib\site-packages\setuptools_conda\__main__.py", line 220, in get_project_name
return get_output([sys.executable, *setup_py(proj), '--name'], cwd=str(proj))
File "C:\Users\Rubidium\anaconda3\envs\py38\lib\site-packages\setuptools_conda\setuptools_conda.py", line 69, in setup_py
raise RuntimeError(' '.join(msg.split()))
RuntimeError: runmanager does not look like a python project directory: contains no setup.py, setup.cfg, or pyproject.toml
This error comes around when running the command:
setuptools-conda install-requirements ^
labscript runmanager blacs lyse runviewer labscript-devices labscript-utils
This is a part of the developer install of labscript using anaconda cloud. Please let me know if you have a solution to this problem. I have tried installing both using the anacona powershell prompt and the normal anaconda prompt.
Thanks,
Andre Roths