retentioneering / retentioneering-tools

Retentioneering: product analytics, data-driven CJM optimization, marketing analytics, web analytics, transaction analytics, graph visualization, process mining, and behavioral segmentation in Python. Predictive analytics over clickstream, AB tests, machine learning, and Markov Chain simulations.
https://doc.retentioneering.com/stable/doc/index.html
Other
798 stars 122 forks source link

ImportError: cannot import name 'structref' #44

Closed slgero closed 1 year ago

slgero commented 3 years ago

Hello, how can I solve this problem?

>>> pip3 install retentioneering
>>> import retentioneering

<<< ImportError: cannot import name 'structref'
ChernyshovAnton commented 1 year ago

At the end of April 2023, we will be moving to the version 3 of the library. You can use pip to install packages into your beta version: pip install retentioneering --pre This problem is not relevant in the new major version. Documentation is available here.