Skip to content

Commit f37380f

Browse files
maresbricardoV94
authored andcommitted
Fix warning message since m2w64-toolchain is no longer installable
For more context, see the discussion in: conda-forge/pytensor-suite-feedstock#133 (comment)
1 parent e7dec4d commit f37380f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/configdefaults.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def add_compile_configvars():
331331
rc = 1
332332
if rc != 0:
333333
_logger.warning(
334-
"g++ not available, if using conda: `conda install m2w64-toolchain`"
334+
"g++ not available, if using conda: `conda install gxx`"
335335
)
336336

337337
if rc != 0:

0 commit comments

Comments
 (0)