Closed rdkm89 closed 5 months ago
I think you're right. I suspect that the issues arise because older versions of pandas do not support 3.12, while newer versions are not supported by topicwizard, and pip gets into a deadlock. I'm working on it in a PR #38 , as soon as tests pass, I will release a new version.
I also added a test for 3.12 just to make sure that everything runs smoothly.
Since this is fixed, I'm closing the issue
Current Behavior:
There is a bug when installing dependencies which means that I am unable to install
topicwizard
in my environment.When installing via
pip
, the following output appears and then hangs indefinitely:Which suggests that the problem is specifically related to
pandas
.Expected Behavior:
topicwizard
should install frompip
instead of hanging indefinitely.Steps To Reproduce:
On the environment below, run the following:
Environment:
Anything else:
I suspect that the problem here is due to lack of Python 3.12 support for
pandas
.This appears to have been a problem recently, as discussed here - I'm unsure about the current status of support for Python 3.12. But if that is the problem, it could be worth indicating for users that 3.12 is currently not supported by
topicwizard
.