Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Error with packages and documentation mistakes #2

Open
chlor opened this issue May 24, 2023 · 1 comment
Open

Error with packages and documentation mistakes #2

chlor opened this issue May 24, 2023 · 1 comment

Comments

@chlor
Copy link

chlor commented May 24, 2023

  • The example from your Readme file is not working!

  • If I change the import by the following code

from python_claml import claml
from python_claml.claml_types import ClaML

I will have the following error

AttributeError: module 'collections' has no attribute 'MutableSequence'

Do you have an solution?

@DanielBrkr
Copy link

Hi there, not a maintainer, but you might want to change the imports as a workaround, or if any one else comes across this error:

import collections
collections.MutableSequence = collections.abc.MutableSequence

from python_claml import claml

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

No branches or pull requests

2 participants