-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Describe the bug
When I install QCFractal and QCPortal with conda, and initiate the FractalSnowflake, I get the following error:
Process ForkProcess-2:
Traceback (most recent call last):
File "/Users/jenniferclark/.local/share/mamba/envs/qca-clean/lib/python3.11/multiprocessing/process.py", line 314, in _bootstrap
self.run()
File "/Users/jenniferclark/.local/share/mamba/envs/qca-clean/lib/python3.11/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/Users/jenniferclark/.local/share/mamba/envs/qca-clean/lib/python3.11/site-packages/qcfractal/snowflake.py", line 95, in _compute_process
compute = ComputeManager(compute_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/jenniferclark/.local/share/mamba/envs/qca-clean/lib/python3.11/site-packages/qcfractalcompute/compute_manager.py", line 157, in __init__
raise ValueError(f"Executor {ex} has no available programs")
ValueError: Executor local has no available programs
This doesn't happen when using pip.
To Reproduce
Install one of the two environments and run the following code:
from qcfractal.snowflake import FractalSnowflake
snowflake = FractalSnowflake()
client = snowflake.client()
name: qca-clean-works
channels:
- conda-forge
dependencies:
- python=3.11
- numpy
- jupyter
- pandas
- h5py
- periodictable
- pip:
- qcportal==0.59
- qcfractal==0.59
- qcfractalcompute
name: qca-clean-fails
channels:
- conda-forge
dependencies:
- python=3.11
- numpy
- jupyter
- pandas
- h5py
- periodictable
- qcportal==0.59
- qcfractal==0.59
Metadata
Metadata
Assignees
Labels
No labels