-
Notifications
You must be signed in to change notification settings - Fork 431
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
"safe_dump()" has been removed
error using conda skeleton pypi pod5
#5258
Comments
As a workaround, can you use |
Yes, I tried When I try to use
Thank you for your idea! |
You can try to use the GH repo for |
Indeed, my first experience trying make conda package is not smooth as I though it would be... The pod5 project is also located on GH here Thank you the suggestion. |
fyi, same happens on |
As a workaround, try using |
Hi there, thank you for your contribution! This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs. If you would like this issue to remain open please:
NOTE: If this issue was closed prematurely, please leave a comment. Thanks! |
Checklist
What happened?
Dear conda devs,
It's my first time trying to contribute to conda framework by creating a conda package.
The idea is to just create a package for the Nanopore
pod5
python tool kit available on PyPi.For this purpose I used this command:
conda skeleton pypi --version 0.3.10 pod5
but I got this error:If I understood correctly this is the
setuptools
package that using a deprecated syntaxyaml.safe_dump()
from theruamel/yaml
package.Do you have any idea how to fix this?
Please let me know if I posted this on the wrong repo or if I should address this issue to anyone else...
Thank you for your help.
Full error log:
Conda Info
Conda Config
Conda list
Additional Context
No response
The text was updated successfully, but these errors were encountered: