-
-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: internal linter error: 'CommentedMap' object has no attribute 'split'
#2165
Comments
@h-vetinari do you need help fixing this? |
That would be very welcome, thank you! I haven't started looking into this (and am currently busy elsewhere), I just opened the issue after I ran into an internal linter error. :) |
Fixed in #2166 |
Fix confirmed! :) thank you very much! 🙏 |
Still running into this with smithy 3.44.9 (despite the fix from #2166 which landed in 3.44.8) in conda-forge/torchaudio-feedstock#12
|
Just hit the same (?) error while working on torchvision-feedstock port. FWICS the problem happens when conditions are nested, e.g.: requirements:
build:
- if: build_platform != target_platform
then:
- if: cuda_compiler_version != "None"
then:
- libcublas-dev
- libcusolver-dev
- libcusparse-dev
- libnvjpeg-dev At the moment of failure, {'if': 'cuda_compiler_version != "None"', 'then': ['libcublas-dev', 'libcusolver-dev', 'libcusparse-dev', 'libnvjpeg-dev']} |
Probably fixes conda-forge#2165
As of conda-forge/torchaudio-feedstock@488d678 in conda-forge/torchaudio-feedstock#6, the linter fails with
The text was updated successfully, but these errors were encountered: