You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is most likely a "me" issue, but I've followed the instructions for installation and I'm currently processing in a Jupyter notebook. I can load data:
After looking into this further, I get the following message:
DEPRECATION: Loading egg at /Users/gvestal/miniconda3/lib/python3.12/site-packages/ddqc-0.3.0-py3.12.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at pypa/pip#12330
With the recent pip changes to egg, can ddqc still be installed or do some changed need to be made to install with the wheel application?
This is most likely a "me" issue, but I've followed the instructions for installation and I'm currently processing in a Jupyter notebook. I can load data:
data = io.read_input('data/matrix.mtx.gz')
When I execute
df_qc = ddqc.ddqc_metrics(data, return_df_qc=True)
I'm met with this error:
AttributeError Traceback (most recent call last)
Cell In[40], line 1
----> 1 df_qc = ddqc.ddqc_metrics(data, return_df_qc=True)
AttributeError: module 'ddqc' has no attribute 'ddqc_metrics'
Any thoughts on if I mismanaged the install or what could be happening? Thanks!
The text was updated successfully, but these errors were encountered: