Solution to issue cannot be found in the documentation.
Issue
The QGIS delimited text data provider is not loaded when starting the QGIS Python API in a conda environment.
The following code finally returns True if called within the python shell of a conda QGIS 3.40.3. instance :
from qgis.core import Qgis, QgsProviderRegistry
Qgis.version()
'delimitedtext' in QgsProviderRegistry.instance().providerList()

Calling the same on a conda environment python shell shows that the 'delimitedtext' provider is not loaded, even not if calling qgis.testing.start_app() before:
conda activate qgis
(qgis) ➜ ~ python
Python 3.12.9 | packaged by conda-forge | (main, Feb 14 2025, 08:00:06) [GCC 13.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from qgis.core import Qgis, QgsProviderRegistry
>>> Qgis.version()
'3.40.3-Bratislava'
>>> 'delimitedtext' in QgsProviderRegistry.instance().providerList()
Application path not initialized
Application path not initialized
Application path not initialized
Application path not initialized
False
>>> from qgis.testing import start_app
>>> app = start_app()
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-jakimowb'
QgsApplication state:
- QGIS_PREFIX_PATH env var: /data/Aldhani/users/jakimowb/mambaforge/envs/qgis
- Prefix: /data/Aldhani/users/jakimowb/mambaforge/envs/qgis
- Plugin Path: /data/Aldhani/users/jakimowb/mambaforge/envs/qgis/lib/qgis/plugins
- Package Data Path: /data/Aldhani/users/jakimowb/mambaforge/envs/qgis/share/qgis
- Active Theme Name:
- Active Theme Path: /data/Aldhani/users/jakimowb/mambaforge/envs/qgis/share/qgis/resources/themes//icons/
- Default Theme Path: :/images/themes/default/
- SVG Search Paths: /data/Aldhani/users/jakimowb/mambaforge/envs/qgis/share/qgis/svg/
/tmp/QGIS-PythonTestConfigPath-4fk_npvm/profiles/default/svg/
- User DB Path: /data/Aldhani/users/jakimowb/mambaforge/envs/qgis/share/qgis/resources/qgis.db
- Auth DB Path: QSQLITE:///tmp/QGIS-PythonTestConfigPath-4fk_npvm/profiles/default/qgis-auth.db
>>> 'delimitedtext' in QgsProviderRegistry.instance().providerList()
False
I can reproduce this error on Ubuntu 22.04.05 and Windows 11.
In both I
Installed packages
# packages in environment at /data/Aldhani/users/jakimowb/mambaforge/envs/qgis:
#
# Name Version Build Channel
_libgcc_mutex 0.1 conda_forge conda-forge
_openmp_mutex 4.5 2_kmp_llvm conda-forge
alsa-lib 1.2.13 hb9d3cd8_0 conda-forge
aom 3.9.1 hac33072_0 conda-forge
attr 2.5.1 h166bdaf_1 conda-forge
aws-c-auth 0.8.1 h205f482_0 conda-forge
aws-c-cal 0.8.1 h1a47875_3 conda-forge
aws-c-common 0.10.6 hb9d3cd8_0 conda-forge
aws-c-compression 0.3.0 h4e1184b_5 conda-forge
aws-c-event-stream 0.5.0 h7959bf6_11 conda-forge
aws-c-http 0.9.2 hefd7a92_4 conda-forge
aws-c-io 0.15.3 h173a860_6 conda-forge
aws-c-mqtt 0.11.0 h11f4f37_12 conda-forge
aws-c-s3 0.7.9 he1b24dc_1 conda-forge
aws-c-sdkutils 0.2.2 h4e1184b_0 conda-forge
aws-checksums 0.2.2 h4e1184b_4 conda-forge
aws-crt-cpp 0.29.9 he0e7f3f_2 conda-forge
aws-sdk-cpp 1.11.489 h4d475cb_0 conda-forge
azure-core-cpp 1.14.0 h5cfcd09_0 conda-forge
azure-identity-cpp 1.10.0 h113e628_0 conda-forge
azure-storage-blobs-cpp 12.13.0 h3cf044e_1 conda-forge
azure-storage-common-cpp 12.8.0 h736e048_1 conda-forge
azure-storage-files-datalake-cpp 12.12.0 ha633028_1 conda-forge
blosc 1.21.6 he440d0b_1 conda-forge
brotli-python 1.1.0 py312h2ec8cdc_2 conda-forge
bzip2 1.0.8 h4bc722e_7 conda-forge
c-ares 1.34.4 hb9d3cd8_0 conda-forge
ca-certificates 2025.1.31 hbcca054_0 conda-forge
cairo 1.18.2 h3394656_1 conda-forge
capnproto 1.0.2 h766bdaa_3 conda-forge
ceres-solver 2.2.0 h417fa77_5 conda-forge
certifi 2025.1.31 pyhd8ed1ab_0 conda-forge
cffi 1.17.1 py312h06ac9bb_0 conda-forge
cfitsio 4.5.0 h44b4e7a_0 conda-forge
charset-normalizer 3.4.1 pyhd8ed1ab_0 conda-forge
coverage 7.6.12 py312h178313f_0 conda-forge
cpd 0.5.5 h434a139_2 conda-forge
cyrus-sasl 2.1.27 h54b06d7_7 conda-forge
dav1d 1.2.1 hd590300_0 conda-forge
dbus 1.13.6 h5008d03_3 conda-forge
draco 1.5.7 h00ab1b0_0 conda-forge
eigen 3.4.0 h00ab1b0_0 conda-forge
exiv2 0.28.4 h653fe86_0 conda-forge
expat 2.6.4 h5888daf_0 conda-forge
fgt 0.4.11 h87365c0_1 conda-forge
fmt 11.0.2 h434a139_0 conda-forge
font-ttf-dejavu-sans-mono 2.37 hab24e00_0 conda-forge
font-ttf-inconsolata 3.000 h77eed37_0 conda-forge
font-ttf-source-code-pro 2.038 h77eed37_0 conda-forge
font-ttf-ubuntu 0.83 h77eed37_3 conda-forge
fontconfig 2.15.0 h7e30c49_1 conda-forge
fonts-conda-ecosystem 1 0 conda-forge
fonts-conda-forge 1 0 conda-forge
freetype 2.12.1 h267a509_2 conda-forge
freexl 2.0.0 h9dce30a_2 conda-forge
future 1.0.0 pyhd8ed1ab_2 conda-forge
gdal 3.10.1 py312hc55c449_2 conda-forge
geos 3.13.0 h5888daf_0 conda-forge
geotiff 1.7.3 h77b800c_3 conda-forge
gettext 0.23.1 h5888daf_0 conda-forge
gettext-tools 0.23.1 h5888daf_0 conda-forge
gflags 2.2.2 h5888daf_1005 conda-forge
giflib 5.2.2 hd590300_0 conda-forge
glib 2.82.2 h07242d1_1 conda-forge
glib-tools 2.82.2 h4833e2c_1 conda-forge
glog 0.7.1 hbabe93e_0 conda-forge
gmp 6.3.0 hac33072_2 conda-forge
graphite2 1.3.13 h59595ed_1003 conda-forge
gsl 2.7 he838d99_0 conda-forge
gst-plugins-base 1.24.7 h0a52356_0 conda-forge
gstreamer 1.24.7 hf3bb09a_0 conda-forge
h2 4.2.0 pyhd8ed1ab_0 conda-forge
harfbuzz 10.2.0 h4bba637_0 conda-forge
hdf4 4.2.15 h2a13503_7 conda-forge
hdf5 1.14.3 nompi_h2d575fe_109 conda-forge
hpack 4.1.0 pyhd8ed1ab_0 conda-forge
httplib2 0.22.0 pyhd8ed1ab_1 conda-forge
hyperframe 6.1.0 pyhd8ed1ab_0 conda-forge
icu 75.1 he02047a_0 conda-forge
idna 3.10 pyhd8ed1ab_1 conda-forge
jinja2 3.1.5 pyhd8ed1ab_0 conda-forge
json-c 0.18 h6688a6e_0 conda-forge
kealib 1.6.1 he902fbf_0 conda-forge
keyutils 1.6.1 h166bdaf_0 conda-forge
krb5 1.21.3 h659f571_0 conda-forge
lame 3.100 h166bdaf_1003 conda-forge
laz-perf 3.4.0 h00ab1b0_0 conda-forge
lcms2 2.17 h717163a_0 conda-forge
ld_impl_linux-64 2.43 h712a8e2_2 conda-forge
lerc 4.0.0 h27087fc_0 conda-forge
libabseil 20240722.0 cxx17_hbbce691_4 conda-forge
libaec 1.1.3 h59595ed_0 conda-forge
libamd 3.3.3 ss783_h889e182 conda-forge
libarchive 3.7.7 h4585015_3 conda-forge
libarrow 18.1.0 h609a9e1_15_cuda conda-forge
libarrow-acero 18.1.0 hb826db4_15_cuda conda-forge
libarrow-dataset 18.1.0 hb826db4_15_cuda conda-forge
libasprintf 0.23.1 h8e693c7_0 conda-forge
libasprintf-devel 0.23.1 h8e693c7_0 conda-forge
libavif16 1.1.1 h1909e37_2 conda-forge
libblas 3.9.0 29_h59b9bed_openblas conda-forge
libbrotlicommon 1.1.0 hb9d3cd8_2 conda-forge
libbrotlidec 1.1.0 hb9d3cd8_2 conda-forge
libbrotlienc 1.1.0 hb9d3cd8_2 conda-forge
libbtf 2.3.2 ss783_h2377355 conda-forge
libcamd 3.3.3 ss783_h2377355 conda-forge
libcap 2.71 h39aace5_0 conda-forge
libcblas 3.9.0 29_he106b2a_openblas conda-forge
libccolamd 3.3.4 ss783_h2377355 conda-forge
libcholmod 5.3.0 ss783_h3fa60b6 conda-forge
libclang-cpp19.1 19.1.7 default_hb5137d0_1 conda-forge
libclang13 19.1.7 default_h9c6a7e4_1 conda-forge
libcolamd 3.3.4 ss783_h2377355 conda-forge
libcrc32c 1.1.2 h9c3ff4c_0 conda-forge
libcups 2.3.3 h4637d8d_4 conda-forge
libcurl 8.12.1 h332b0f4_0 conda-forge
libcxsparse 4.4.1 ss783_h2377355 conda-forge
libde265 1.0.15 h00ab1b0_0 conda-forge
libdeflate 1.23 h4ddbbb0_0 conda-forge
libdrm 2.4.124 hb9d3cd8_0 conda-forge
libedit 3.1.20250104 pl5321h7949ede_0 conda-forge
libegl 1.7.0 ha4b6fd6_2 conda-forge
libev 4.33 hd590300_2 conda-forge
libevent 2.1.12 hf998b51_1 conda-forge
libexpat 2.6.4 h5888daf_0 conda-forge
libfabric 2.0.0 ha770c72_1 conda-forge
libfabric1 2.0.0 h14e6f36_1 conda-forge
libffi 3.4.6 h2dba641_0 conda-forge
libflac 1.4.3 h59595ed_0 conda-forge
libgcc 14.2.0 h77fa898_1 conda-forge
libgcc-ng 14.2.0 h69a702a_1 conda-forge
libgcrypt-lib 1.11.0 hb9d3cd8_2 conda-forge
libgdal 3.10.1 hea5fcb0_2 conda-forge
libgdal-arrow-parquet 3.10.1 he2ec10d_2 conda-forge
libgdal-core 3.10.1 h3359108_2 conda-forge
libgdal-fits 3.10.1 h872822d_2 conda-forge
libgdal-grib 3.10.1 h724c1be_2 conda-forge
libgdal-hdf4 3.10.1 h05c48c5_2 conda-forge
libgdal-hdf5 3.10.1 hf0b1780_2 conda-forge
libgdal-jp2openjpeg 3.10.1 ha1d2769_2 conda-forge
libgdal-kea 3.10.1 h41c5bbd_2 conda-forge
libgdal-netcdf 3.10.1 ha1d9371_2 conda-forge
libgdal-pdf 3.10.1 h8221dc3_2 conda-forge
libgdal-pg 3.10.1 ha83508c_2 conda-forge
libgdal-postgisraster 3.10.1 ha83508c_2 conda-forge
libgdal-tiledb 3.10.1 h30425e6_2 conda-forge
libgdal-xls 3.10.1 h5b36e33_2 conda-forge
libgettextpo 0.23.1 h5888daf_0 conda-forge
libgettextpo-devel 0.23.1 h5888daf_0 conda-forge
libgfortran 14.2.0 h69a702a_1 conda-forge
libgfortran-ng 14.2.0 h69a702a_1 conda-forge
libgfortran5 14.2.0 hd5240d6_1 conda-forge
libgl 1.7.0 ha4b6fd6_2 conda-forge
libglib 2.82.2 h2ff4ddf_1 conda-forge
libglvnd 1.7.0 ha4b6fd6_2 conda-forge
libglx 1.7.0 ha4b6fd6_2 conda-forge
libgoogle-cloud 2.34.0 h2b5623c_0 conda-forge
libgoogle-cloud-storage 2.34.0 h0121fbd_0 conda-forge
libgpg-error 1.51 hbd13f7d_1 conda-forge
libgrpc 1.67.1 h25350d4_1 conda-forge
libheif 1.19.5 gpl_hc21c24c_100 conda-forge
libhwloc 2.11.2 default_h0d58e46_1001 conda-forge
libiconv 1.17 hd590300_2 conda-forge
libjpeg-turbo 3.0.0 hd590300_1 conda-forge
libklu 2.3.5 ss783_hfbdfdfc conda-forge
libkml 1.3.0 hf539b9f_1021 conda-forge
liblapack 3.9.0 29_h7ac8fdf_openblas conda-forge
libldl 3.3.2 ss783_h2377355 conda-forge
libllvm19 19.1.7 ha7bfdaf_1 conda-forge
liblzma 5.6.4 hb9d3cd8_0 conda-forge
libnetcdf 4.9.2 nompi_h00e09a9_116 conda-forge
libnghttp2 1.64.0 h161d5f1_0 conda-forge
libnl 3.11.0 hb9d3cd8_0 conda-forge
libnsl 2.0.1 hd590300_0 conda-forge
libntlm 1.8 hb9d3cd8_0 conda-forge
libogg 1.3.5 h4ab18f5_0 conda-forge
libopenblas 0.3.28 pthreads_h94d23a6_1 conda-forge
libopus 1.3.1 h7f98852_1 conda-forge
libparquet 18.1.0 h3f30f2e_15_cuda conda-forge
libparu 1.0.0 ss783_h8814b27 conda-forge
libpciaccess 0.18 hd590300_0 conda-forge
libpdal 2.8.4 h1cfb72b_1 conda-forge
libpdal-arrow 2.8.4 h7116a82_1 conda-forge
libpdal-core 2.8.4 h6d8b307_1 conda-forge
libpdal-cpd 2.8.4 h6c83531_1 conda-forge
libpdal-draco 2.8.4 h6c83531_1 conda-forge
libpdal-e57 2.8.4 h01020b4_1 conda-forge
libpdal-hdf 2.8.4 h2f46206_1 conda-forge
libpdal-icebridge 2.8.4 h2f46206_1 conda-forge
libpdal-nitf 2.8.4 h3d2212a_1 conda-forge
libpdal-pgpointcloud 2.8.4 h1f40b10_1 conda-forge
libpdal-tiledb 2.8.4 hc5d3a6f_1 conda-forge
libpdal-trajectory 2.8.4 hc16ab7a_1 conda-forge
libpmix 5.0.6 h658e747_0 conda-forge
libpng 1.6.46 h943b412_0 conda-forge
libpq 17.3 h27ae623_0 conda-forge
libprotobuf 5.28.3 h6128344_1 conda-forge
librbio 4.3.4 ss783_h2377355 conda-forge
libre2-11 2024.07.02 hbbce691_2 conda-forge
librttopo 1.1.0 h97f6797_17 conda-forge
libsecret 0.21.6 h7ba1e32_0 conda-forge
libsndfile 1.2.2 hc60ed4a_1 conda-forge
libspatialindex 2.1.0 he57a185_0 conda-forge
libspatialite 5.1.0 h1b4f908_12 conda-forge
libspex 3.2.1 ss783_h5a7e440 conda-forge
libspqr 4.3.4 ss783_hae1ff0d conda-forge
libsqlite 3.48.0 hee588c1_1 conda-forge
libssh2 1.11.1 hf672d98_0 conda-forge
libstdcxx 14.2.0 hc0a3c3a_1 conda-forge
libstdcxx-ng 14.2.0 h4852527_1 conda-forge
libsuitesparseconfig 7.8.3 ss783_h83006af conda-forge
libsystemd0 257.2 h3dc2cb9_0 conda-forge
libthrift 0.21.0 h0e7cc3e_0 conda-forge
libtiff 4.7.0 hd9ff511_3 conda-forge
libudev1 257.2 h9a4d06a_0 conda-forge
libumfpack 6.3.5 ss783_hd4f9ce1 conda-forge
libutf8proc 2.10.0 h4c51ac1_0 conda-forge
libuuid 2.38.1 h0b41bf4_0 conda-forge
libvorbis 1.3.7 h9c3ff4c_0 conda-forge
libwebp-base 1.5.0 h851e524_0 conda-forge
libxcb 1.17.0 h8a09558_0 conda-forge
libxcrypt 4.4.36 hd590300_1 conda-forge
libxkbcommon 1.8.0 hc4a0caf_0 conda-forge
libxml2 2.13.5 h8d12d68_1 conda-forge
libxslt 1.1.39 h76b75d6_0 conda-forge
libzip 1.11.2 h6991a6a_0 conda-forge
libzlib 1.3.1 hb9d3cd8_2 conda-forge
llvm-openmp 19.1.7 h024ca30_0 conda-forge
lxml 5.3.1 py312he28fd5a_0 conda-forge
lz4-c 1.10.0 h5888daf_1 conda-forge
lzo 2.10 hd590300_1001 conda-forge
markupsafe 3.0.2 py312h178313f_1 conda-forge
metis 5.1.0 hd0bcaf9_1007 conda-forge
minizip 4.0.7 h05a5f5f_3 conda-forge
mkl 2024.2.2 ha957f24_16 conda-forge
mock 5.1.0 pyhd8ed1ab_1 conda-forge
mpfr 4.2.1 h90cbb55_3 conda-forge
mpg123 1.32.9 hc50e24c_0 conda-forge
mpi 1.0 openmpi conda-forge
mysql-common 9.0.1 h266115a_4 conda-forge
mysql-libs 9.0.1 he0572af_4 conda-forge
narwhals 1.26.0 pyhd8ed1ab_0 conda-forge
ncurses 6.5 h2d0b736_3 conda-forge
nitro 2.7.dev8 h59595ed_0 conda-forge
nose2 0.9.2 py_0 conda-forge
nspr 4.36 h5888daf_0 conda-forge
nss 3.108 h159eef7_0 conda-forge
numpy 2.2.3 py312h72c5963_0 conda-forge
ocl-icd 2.3.2 hb9d3cd8_2 conda-forge
opencl-headers 2024.10.24 h5888daf_0 conda-forge
openjpeg 2.5.3 h5fbd93e_0 conda-forge
openldap 2.6.9 he970967_0 conda-forge
openmpi 5.0.6 hb85ec53_102 conda-forge
openssl 3.4.1 h7b32b05_0 conda-forge
orc 2.0.3 h12ee42a_2 conda-forge
owslib 0.32.1 pyhd8ed1ab_0 conda-forge
packaging 24.2 pyhd8ed1ab_2 conda-forge
pcre2 10.44 hba22ea6_2 conda-forge
pip 25.0.1 pyh8b19718_0 conda-forge
pixman 0.44.2 h29eaf8c_0 conda-forge
plotly 6.0.0 pyhd8ed1ab_0 conda-forge
ply 3.11 pyhd8ed1ab_3 conda-forge
poppler 24.12.0 hd7b24de_2 conda-forge
poppler-data 0.4.12 hd8ed1ab_0 conda-forge
postgresql 17.3 h9e3fa73_0 conda-forge
proj 9.5.1 h0054346_0 conda-forge
psycopg2 2.9.9 py312hfaedaf9_2 conda-forge
pthread-stubs 0.4 hb9d3cd8_1002 conda-forge
pulseaudio-client 17.0 hb77b528_0 conda-forge
pycparser 2.22 pyh29332c3_1 conda-forge
pygments 2.19.1 pyhd8ed1ab_0 conda-forge
pyparsing 3.2.1 pyhd8ed1ab_0 conda-forge
pyproj 3.7.0 py312he630544_0 conda-forge
pyqt 5.15.9 py312h949fe66_5 conda-forge
pyqt5-sip 12.12.2 py312h30efb56_5 conda-forge
pyqtwebkit 5.15.9 py312hc23280e_2 conda-forge
pysocks 1.7.1 pyha55dd90_7 conda-forge
python 3.12.9 h9e4cc4f_0_cpython conda-forge
python-dateutil 2.9.0.post0 pyhff2d567_1 conda-forge
python_abi 3.12 5_cp312 conda-forge
pytz 2025.1 pyhd8ed1ab_0 conda-forge
pyyaml 6.0.2 py312h178313f_2 conda-forge
qca 2.3.9 h7e7bb2e_0 conda-forge
qgis 3.40.3 py312h09b33f8_1 conda-forge
qjson 0.9.0 h0c700ba_1009 conda-forge
qscintilla2 2.14.1 py312hc23280e_0 conda-forge
qt-main 5.15.15 hc3cb62f_2 conda-forge
qtkeychain 0.15.0 h518214a_0 conda-forge
qtwebkit 5.212 h0fbc989_18 conda-forge
qwt 6.3.0 h7c222af_0 conda-forge
rav1e 0.6.6 he8a937b_2 conda-forge
rdma-core 56.0 h5888daf_0 conda-forge
re2 2024.07.02 h9925aae_2 conda-forge
readline 8.2 h8228510_1 conda-forge
requests 2.32.3 pyhd8ed1ab_1 conda-forge
s2n 1.5.11 h072c03f_0 conda-forge
setuptools 75.8.0 pyhff2d567_0 conda-forge
sip 6.7.12 py312h30efb56_0 conda-forge
six 1.17.0 pyhd8ed1ab_0 conda-forge
snappy 1.2.1 h8bd8927_1 conda-forge
spdlog 1.15.1 hb29a8c4_0 conda-forge
sqlite 3.48.0 h9eae976_1 conda-forge
suitesparse 7.8.3 ss783_h36e971b conda-forge
svt-av1 2.3.0 h5888daf_0 conda-forge
tbb 2021.13.0 hceb3a55_1 conda-forge
tiledb 2.27.0 hcd65521_8 conda-forge
tk 8.6.13 noxft_h4845f30_101 conda-forge
toml 0.10.2 pyhd8ed1ab_1 conda-forge
tomli 2.2.1 pyhd8ed1ab_1 conda-forge
tzcode 2025a hb9d3cd8_0 conda-forge
tzdata 2025a h78e105d_0 conda-forge
ucc 1.3.0 h2b97398_4 conda-forge
ucx 1.18.0 hfd9a62f_1 conda-forge
uriparser 0.9.8 hac33072_0 conda-forge
urllib3 2.3.0 pyhd8ed1ab_0 conda-forge
wheel 0.45.1 pyhd8ed1ab_1 conda-forge
x265 3.5 h924138e_3 conda-forge
xcb-util 0.4.1 hb711507_2 conda-forge
xcb-util-image 0.4.0 hb711507_2 conda-forge
xcb-util-keysyms 0.4.1 hb711507_0 conda-forge
xcb-util-renderutil 0.3.10 hb711507_0 conda-forge
xcb-util-wm 0.4.2 hb711507_0 conda-forge
xerces-c 3.2.5 h988505b_2 conda-forge
xkeyboard-config 2.43 hb9d3cd8_0 conda-forge
xorg-libice 1.1.2 hb9d3cd8_0 conda-forge
xorg-libsm 1.2.5 he73a12e_0 conda-forge
xorg-libx11 1.8.11 h4f16b4b_0 conda-forge
xorg-libxau 1.0.12 hb9d3cd8_0 conda-forge
xorg-libxdamage 1.1.6 hb9d3cd8_0 conda-forge
xorg-libxdmcp 1.1.5 hb9d3cd8_0 conda-forge
xorg-libxext 1.3.6 hb9d3cd8_0 conda-forge
xorg-libxfixes 6.0.1 hb9d3cd8_0 conda-forge
xorg-libxrender 0.9.12 hb9d3cd8_0 conda-forge
xorg-libxxf86vm 1.1.6 hb9d3cd8_0 conda-forge
yaml 0.2.5 h7f98852_2 conda-forge
zlib 1.3.1 hb9d3cd8_2 conda-forge
zstandard 0.23.0 py312hef9b889_1 conda-forge
zstd 1.5.6 ha6fb4c9_0 conda-forge
Environment info
active environment : qgis
active env location : /data/Aldhani/users/jakimowb/mambaforge/envs/qgis
shell level : 1
user config file : /home/jakimowb/.condarc
populated config files : /data/Aldhani/users/jakimowb/mambaforge/.condarc
/home/jakimowb/.condarc
conda version : 23.1.0
conda-build version : not installed
python version : 3.10.16.final.0
virtual packages : __archspec=1=x86_64
__cuda=12.4=0
__glibc=2.35=0
__linux=5.15.0=0
__unix=0=0
base environment : /data/Aldhani/users/jakimowb/mambaforge (writable)
conda av data dir : /data/Aldhani/users/jakimowb/mambaforge/etc/conda
conda av metadata url : None
channel URLs : https://conda.anaconda.org/conda-forge/linux-64
https://conda.anaconda.org/conda-forge/noarch
package cache : /data/Aldhani/users/jakimowb/mambaforge/pkgs
/home/jakimowb/.conda/pkgs
envs directories : /data/Aldhani/users/jakimowb/mambaforge/envs
/home/jakimowb/.conda/envs
platform : linux-64
user-agent : conda/23.1.0 requests/2.32.3 CPython/3.10.16 Linux/5.15.0-131-generic ubuntu/22.04.5 glibc/2.35
UID:GID : 7001:9000
netrc file : None
offline mode : False
Solution to issue cannot be found in the documentation.
Issue
The QGIS delimited text data provider is not loaded when starting the QGIS Python API in a conda environment.
The following code finally returns True if called within the python shell of a conda QGIS 3.40.3. instance :
Calling the same on a conda environment python shell shows that the 'delimitedtext' provider is not loaded, even not if calling
qgis.testing.start_app()before:I can reproduce this error on Ubuntu 22.04.05 and Windows 11.
In both I
Installed packages
Environment info