You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any covalent command stucks
python
Python 3.8.18 (default, Sep 11 2023, 13:40:15)
[GCC 11.2.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
import covalent
covalent.version
^C^CTraceback (most recent call last):
File "", line 1, in
File "/py38/lib/python3.8/site-packages/covalent/init.py", line 22, in
from . import executor, leptons # nopycln: import
File "py38/lib/python3.8/site-packages/covalent/executor/init.py", line 32, in
from .._shared_files import logger
File "/py38/lib/python3.8/site-packages/covalent/_shared_files/logger.py", line 30, in
log_level = get_config("sdk.log_level").upper()
File "/py38/lib/python3.8/site-packages/covalent/_shared_files/config.py", line 243, in get_config
cm = ConfigManager()
File "/py38/lib/python3.8/site-packages/covalent/_shared_files/config.py", line 51, in init
self.update_config()
File "py38/lib/python3.8/site-packages/covalent/_shared_files/config.py", line 113, in update_config
fcntl.lockf(f, fcntl.LOCK_EX)
How can we reproduce the issue?
Test on SUSE enterprise with latest version of covalent and py3.8
What should happen?
covalent start will just stuck for long time
Any suggestions?
No response
The text was updated successfully, but these errors were encountered:
Environment
What is happening?
Any covalent command stucks
python
Python 3.8.18 (default, Sep 11 2023, 13:40:15)
[GCC 11.2.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
How can we reproduce the issue?
Test on SUSE enterprise with latest version of covalent and py3.8
What should happen?
covalent start will just stuck for long time
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: