Log2Vec icon indicating copy to clipboard operation
Log2Vec copied to clipboard

Blowfish has been deprecated

Open arshiyak9 opened this issue 2 years ago • 0 comments

/usr/lib/python3/dist-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish, Traceback (most recent call last): File "/home/username/Documents/apt_workspace/Log2vec/Log2Vec-master/pipeline.py", line 6, in import gensim File "/home/username/.local/lib/python3.10/site-packages/gensim/init.py", line 11, in from gensim import parsing, corpora, matutils, interfaces, models, similarities, utils # noqa:F401 File "/home/username/.local/lib/python3.10/site-packages/gensim/corpora/init.py", line 6, in from .indexedcorpus import IndexedCorpus # noqa:F401 must appear before the other classes File "/home/username/.local/lib/python3.10/site-packages/gensim/corpora/indexedcorpus.py", line 14, in from gensim import interfaces, utils File "/home/username/.local/lib/python3.10/site-packages/gensim/interfaces.py", line 19, in from gensim import utils, matutils File "/home/username/.local/lib/python3.10/site-packages/gensim/matutils.py", line 1030, in from gensim._matutils import logsumexp, mean_absolute_difference, dirichlet_expectation File "gensim/_matutils.pyx", line 1, in init gensim._matutils ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

arshiyak9 avatar Aug 14 '23 21:08 arshiyak9