Notebook user_acquisition.ipynb gives an error
Notebooks example gives an AttributeError: 'NoneType' object has no attribute 'endswith'
I am using macbook Reproducing: clone the repo and run through the notebook
Could you provide some more info on what environment did you use? Based on the cloning i would assume you run something locally.
I will page @morkapronczay to help out once we have some more context available.
Yes, I did use conda-created virtual environment with python 3.10.4 I have not installed anything on the environment, I did run the commands
%pip install superlinked==9.37.1
%pip install umap-learn
and needed ipykernel packages so it can be used as a notebook kernel, that's all.
The whole traceback:
Hi @miskamet,
Can you try with the latest superlinked 10.2.2?
Unfortunately we cannot replicate the issue on our end.
Yes, I noticed that the whole structure of the repo has changed after this bug. You can probably close the issue, I'll try to run the notebook again when I have time.