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
I installed hgtector using the "Native installation" option and a conda environment. However, when I run this program, I just received the following error, and I do not know what is this about:
$ hgtector
Traceback (most recent call last):
File "/data_1/jcardenas/anaconda3/envs/hgtector-dev/bin/hgtector", line 4, in <module>
__import__('pkg_resources').run_script('hgtector==2.0b3', 'hgtector')
File "/data_1/jcardenas/anaconda3/envs/hgtector-dev/lib/python3.10/site-packages/pkg_resources/__init__.py", line 656, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/data_1/jcardenas/anaconda3/envs/hgtector-dev/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1453, in run_script
exec(code, namespace, namespace)
File "/data_1/jcardenas/anaconda3/envs/hgtector-dev/lib/python3.10/site-packages/hgtector-2.0b3-py3.10.egg/EGG-INFO/scripts/hgtector", line 96, in <module>
main()
File "/data_1/jcardenas/anaconda3/envs/hgtector-dev/lib/python3.10/site-packages/hgtector-2.0b3-py3.10.egg/EGG-INFO/scripts/hgtector", line 25, in main
module = getattr(import_module(
File "/data_1/jcardenas/anaconda3/envs/hgtector-dev/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/data_1/jcardenas/anaconda3/envs/hgtector-dev/lib/python3.10/site-packages/hgtector-2.0b3-py3.10.egg/hgtector/analyze.py", line 22, in <module>
from sklearn.preprocessing import StandardScaler
File "/data_1/jcardenas/anaconda3/envs/hgtector-dev/lib/python3.10/site-packages/sklearn/__init__.py", line 83, in <module>
from .utils._show_versions import show_versions
File "/data_1/jcardenas/anaconda3/envs/hgtector-dev/lib/python3.10/site-packages/sklearn/utils/_show_versions.py", line 12, in <module>
from ._openmp_helpers import _openmp_parallelism_enabled
ImportError: dlopen: cannot load any more object with static TLS
I include the list (conda list --explicit) from the current hgtector-dev environment I utilized:
Hello,
I installed hgtector using the "Native installation" option and a conda environment. However, when I run this program, I just received the following error, and I do not know what is this about:
I include the list (
conda list --explicit
) from the currenthgtector-dev
environment I utilized:I am using a server with CentOS release 6.10 (Final).
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: