Home:ALL Converter>Gensim not importing in pycharm

Gensim not importing in pycharm

Ask Time:2023-01-13T03:33:07         Author:nathoe

Json Formatter

I have problem every time after opening pycharm when i try to run my code I need to first uninstall and reinstall gensim, I need a permanent solution to this and what could be the problem.

attached below is the code snipet that is causing the problem

import pandas as pd import numpy as np from gensim import utils import gensim.parsing.preprocessing as gsp import nltk import joblib import data_extractor_staff

I tried changing the version of numpy and pandas that I use but the problem is still not solved

Author:nathoe,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/75101450/gensim-not-importing-in-pycharm
yy