carpentries-incubator / carpentries-incubator/python-text-analysis

gensim install errors

Open
#79 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
13
Forks
15
Avg merge
1m
Merged PRs (30d)
1

Description

what's shown in the WordEmbed intro episode

```
!pip uninstall -y numpy gensim
!rm -rf /usr/local/lib/python3.11/dist-packages/numpy*
!pip install --no-cache-dir numpy==1.26.4 gensim==4.3.3
```

doesn't work for me in CoLab using python 3.11. I had to set gensim==4.3.2 which is the latest released version. And remove and install scipy==1.12

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.