Replies: 1 comment 1 reply
-
Ah - you'll hit this error if you use the new tskit with pyslim 0.700. I recommend using the beta for pyslim 1.0: https://pypi.org/project/pyslim/1.0b1/ Alternatively, just don't use SlimTreeSequence: pretty much all the functionality provided by SlimTreeSequence has been subsumed into tskit now, so you don't need that class at all. Stuff that isn't is now methods, e.g. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying to use SlimTreeSequence() to converts tree sequence files generated by Slim 3.5 into something that pyslim 0.700 could process. I'm getting a generic "can't set attribute" error, suggesting there's a failed linkage to some other library, but I can't figure out what that dependency may be. In case it matters, this is running on Python 3.8.6
Beta Was this translation helpful? Give feedback.
All reactions