Ben Feifke

Results 11 comments of Ben Feifke

I'm having issues with the [current template (`"_internal/google_analytics.html"`)](https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/google_analytics.html) in my hugo theme. It's puzzling, because I have the `googleAnalytics` variable [set correctly in my toml file](https://github.com/bfeif/personal-website/blob/bdd9cdbe7cd424072b6103580802450614340e7a/config.toml#L8). Could this issue be...

Came here with the same issue. `pip install scipy==1.7` fixed it for me as well.

yes. you can do a replace all, replacing 'scipy.weave' with 'weave', and everything works (so far). Of course you'll have to also install weave.

Came here for the exact same question, thank you for the answer! Perhaps this can be added to the `.join()` documentation, as this seems like a pretty common use-case... I...

Roger that, @stinodego. Stay tuned.

On second thought... perhaps I'm not understanding, but the filter pushdown doesn't appear to happen on my side. In my case, I'm trying to join on rows which are within...

Hey @qrilka, thanks for asking. I did not find an answer; I stopped working on the use-case in which this issue arose for me. I haven't tested in a while...

These packages/versions worked for me: ``` conllu==4.5.3 depedit==3.3.0.0 diaparser==1.1.0 flair==0.13.0 gensim==4.3.2 joblib==1.3.2 numpy==1.26.1 pandas==2.1.2 protobuf==4.25.0 requests==2.31.0 rftokenizer==2.0.1 scipy==1.11.3 stanza==1.6.1 torch==2.1.0 transformers==4.35.0 xgboost==0.81 xmltodict==0.13.0 ``` I tried to open a PR...

I'm using python `3.11.5`... 🤔

@amir-zeldes I haven't tried anything besides `pip install -r requirements.txt`, that's probably why. Do you have a list of commands I should run in order to check that everything installs...