Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems installing #10

Open
isabelsandstrom opened this issue Nov 8, 2022 · 2 comments
Open

Problems installing #10

isabelsandstrom opened this issue Nov 8, 2022 · 2 comments

Comments

@isabelsandstrom
Copy link

Trying to install using pip, but I get the error: Could not build wheels for pandas, which is required to install pyproject.toml-based projects

image

@athewsey
Copy link

athewsey commented Dec 6, 2022

I'm seeing a similar issue: It seems like pip is pinning to the exact pandas==1.2.0 from requirements.txt, rather than the open range from setup.py install_requires?

From my testing the library seems to work ok on pandas v1.5.2 too (with a lot of FutureWarnings on DataFrame.append deprecation and behaviour of iterating over a groupby with a grouper equal to a list of length 1)... So I think it's just a packaging issue that's making the install over-specific on dependency versions?

@MickyDowns
Copy link

Thanks to Nike for this great tool.

Re: installation, it requires matplotlib.axes._subplots which disappeared from matplotlib after 3.3.3. Given dependencies it's easiest to run in its own environment. Otherwise, you'd need to amend the plotting code in base_factor.py or (much better) move plotting out of that base class altogether.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants