Trying to use word2vec this is where the error is raised :
import gensim.downloader as api
word2vec_model = api.load(“word2vec-google-news-300”)
I tried to update my scipy library version but still the same. I downgraded it then to 1.12 since i found that triu i deprecated in the last scipy version. but still the same error
New contributor
Syrine Fekih is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.