Xindi Wang
Xindi Wang
I have AttributeError: module 'geojsonio' has no attribute 'auth' when doing `myAuth = geojsonio.auth('username','password')` Also, the documentation on the fork is kind of misleading since it still suggest doing `pip...
any update on this request?
I have a similar but different issue with gensim on Google colab ``` ModuleNotFoundError Traceback (most recent call last) [](https://9p0hqhor15n-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab_20250603-060055_RC00_766582280#) in () ----> 1 import gensim.downloader as api 2 3...
ah tried this and it works ``` !pip install --upgrade transformers==4.41.2 sentence-transformers==3.0.1 gensim==4.3.2 scikit-learn==1.5.0 accelerate==0.31.0 scipy==1.10.1 ```