Skip to content
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

path library deprecated abspath() over 16.13.0 #677

Open
3 tasks done
xtrusia opened this issue Aug 20, 2024 · 0 comments
Open
3 tasks done

path library deprecated abspath() over 16.13.0 #677

xtrusia opened this issue Aug 20, 2024 · 0 comments

Comments

@xtrusia
Copy link

xtrusia commented Aug 20, 2024

Checklist

  • Confirmed this is an issue with charm-tools, not charmstore-client
  • Provide versions of tools used
  • Described the feature or ways to replicate the issue

Issue/Feature

charm build fails with
"AttributeError: 'Path' object has no attribute 'abspath'"

path library deprecated abspath() over 16.13.0

charm code also can handle this but it would be better if charm-tools can pin it under 16.13.0
https://github.com/jaraco/path/blob/e03580edf6cfec719890599010e0b164d06af50f/NEWS.rst#v16130

path is used here. and got error below
"AttributeError: 'Path' object has no attribute 'abspath'"

https://github.com/juju/charm-tools/blob/master/charmtools/build/builder.py#L881

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant