-
Notifications
You must be signed in to change notification settings - Fork 45
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
pyyaml 5.1 #97
Comments
Hi! I've made the changes in the setup and this indeed solved the problem. However, I'm making that change in my branch for fixing the builds and there is still a weird issue with the conda builds for OSX. I'll keep working at it over the weekend. |
solved |
Was the solution to this just downgrading to pyyaml 3.13? If that's the case, I would think that eventually we'll need to update our code to work with the new yaml loaders. Or has that been done already? |
Some people have reported issues using the new version of pyyaml (5.1).
There are warnings like
The code runs, but there are issues with parsing functions/loading models from file, leading to errors like
or
during the tests.
Again, the underlying issues is changes in pyyaml, which break parsing of yml files in astromodels. See also yaml/pyyaml#265 . I suggest anyone experiencing issues downgrade to pyyaml==3.13 and yaml==0.1.7.
There are some more issues with the new version of pyyaml, see e.g. yaml/pyyaml#275 .
The text was updated successfully, but these errors were encountered: