nalepae / csv-plot

CSV Plot is a tool to easily plot any CSV file, of any size, without ever running out of memory.
https://nalepae.github.io/csv-plot/
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

A lib.so file is being referenced by the tool and is giving import error. #1

Open RishabhSehgal opened 2 years ago

RishabhSehgal commented 2 years ago

$ csv-plot data/ts2_spcl_pchg_validated_v3.csv -c csv-plot-configuration Traceback (most recent call last): File "/home/local/lambda/rishabhs/anaconda3/envs/pyplot_csvplot/bin/csv-plot", line 5, in from csv_plot.entrypoint import app File "/home/local/lambda/rishabhs/anaconda3/envs/pyplot_csvplot/lib/python3.10/site-packages/csv_plot/entrypoint.py", line 13, in from pyqtgraph import ( File "/home/local/lambda/rishabhs/anaconda3/envs/pyplot_csvplot/lib/python3.10/site-packages/pyqtgraph/init.py", line 17, in from .colors import palette File "/home/local/lambda/rishabhs/anaconda3/envs/pyplot_csvplot/lib/python3.10/site-packages/pyqtgraph/colors/palette.py", line 1, in from ..Qt import QtGui File "/home/local/lambda/rishabhs/anaconda3/envs/pyplot_csvplot/lib/python3.10/site-packages/pyqtgraph/Qt/init.py", line 226, in import PySide6.QtCore ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /home/local/lambda/rishabhs/anaconda3/envs/pyplot_csvplot/lib/python3.10/site-packages/PySide6/Qt/lib/libQt6Core.so.6)

CONDA env:

channels: