When I type the following commend:
qiime feature-table filter-features
--i-table ASV_table.qza
--m-metadata-file annotated_feature_ids.txt
--o-filtered-table filtered_ASV_table.qza
The following error message is displayed that
/home/vk1602/anaconda3/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/numpy/core/getlimits.py:542: UserWarning: Signature b'\x00\xd0\xcc\xcc\xcc\xcc\xcc\xcc\xfb\xbf\x00\x00\x00\x00\x00\x00' for <class 'numpy.longdouble'> does not match any known type: falling back to type probe function.
This warnings indicates broken support for the dtype!
machar = _get_machar(dtype)
I asked gpt what the reason was and it gave me the following answer that
The warning you're seeing is related to a compatibility issue between NumPy and your system’s floating-point number support, specifically for the longdouble type. This warning isn't critical and likely won't affect the functionality
I ran this command to reinstall qiime2, but there is still a warning message that --o-filtered-table filtered_ASV_table.qza
/home/vk1602/anaconda3/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/numpy/core/getlimits.py:542: UserWarning: Signature b'\x00\xd0\xcc\xcc\xcc\xcc\xcc\xcc\xfb\xbf\x00\x00\x00\x00\x00\x00' for <class 'numpy.longdouble'> does not match any known type: falling back to type probe function.
This warnings indicates broken support for the dtype!
machar = _get_machar(dtype)
# List all VMs and their versions
wsl.exe -l -v
# Close connections to that VM so it shows as stopped
> NAME STATE VERSION
>* Ubuntu Stopped 1
# Then upgrade it
wsl --set-version UbuntuNameSeenAbove 2