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

Dependency Requirements Issue #253

Open
haylie-murray opened this issue Apr 27, 2022 · 1 comment
Open

Dependency Requirements Issue #253

haylie-murray opened this issue Apr 27, 2022 · 1 comment

Comments

@haylie-murray
Copy link

I currently am using tensorflow==2.5.3 and using numpy==1.19.5
but once I try to run the command for pixplot;

I get this error:
Using TensorFlow backend. Traceback (most recent call last): File "/opt/conda/bin/pixplot", line 5, in <module> from pixplot import parse File "/opt/conda/lib/python3.7/site-packages/pixplot/__init__.py", line 2, in <module> from pixplot.pixplot import process_images, parse File "/opt/conda/lib/python3.7/site-packages/pixplot/pixplot.py", line 23, in <module> from hdbscan import HDBSCAN File "/opt/conda/lib/python3.7/site-packages/hdbscan/__init__.py", line 1, in <module> from .hdbscan_ import HDBSCAN, hdbscan File "/opt/conda/lib/python3.7/site-packages/hdbscan/hdbscan_.py", line 21, in <module> from ._hdbscan_linkage import (single_linkage, File "hdbscan/_hdbscan_linkage.pyx", line 1, in init hdbscan._hdbscan_linkage ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject

Am I using the wrong tensorflow and numpy?

@haylie-murray haylie-murray changed the title Requirments Issue Dependency Requirements Issue Apr 27, 2022
@haylie-murray
Copy link
Author

Can pixplot dependency be updated to tensorflow 2.5.3?

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

1 participant