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

Problem with Iterable while importing reservoirpy #33

Closed
mlucas-ai opened this issue Dec 1, 2021 · 1 comment
Closed

Problem with Iterable while importing reservoirpy #33

mlucas-ai opened this issue Dec 1, 2021 · 1 comment
Projects

Comments

@mlucas-ai
Copy link

Hello ! I am using Python 3.10 with Windows. I had a problem while importing reservoirpy. Thank you for your help !

import reservoirpy
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Amaelle\AppData\Local\Programs\Python\Python310\lib\site-packages\reservoirpy_init_.py", line 15, in
from . import nodes
File "C:\Users\Amaelle\AppData\Local\Programs\Python\Python310\lib\site-packages\reservoirpy\nodes_init_.py", line 1, in
from .reservoir import Reservoir
File "C:\Users\Amaelle\AppData\Local\Programs\Python\Python310\lib\site-packages\reservoirpy\nodes\reservoir.py", line 8, in
from reservoirpy.base.node import Node
File "C:\Users\Amaelle\AppData\Local\Programs\Python\Python310\lib\site-packages\reservoirpy\base\node.py", line 154, in
from reservoirpy.base.model import Model
File "C:\Users\Amaelle\AppData\Local\Programs\Python\Python310\lib\site-packages\reservoirpy\base\model.py", line 10, in
from collections import Iterable
ImportError: cannot import name 'Iterable' from 'collections' (C:\Users\Amaelle\AppData\Local\Programs\Python\Python310\lib\collections_init_.py)

@nTrouvain nTrouvain added this to In progress in v0.3 Dec 1, 2021
@nTrouvain nTrouvain moved this from In progress to Issues in v0.3 Dec 1, 2021
@nTrouvain
Copy link
Collaborator

Thanks for your report ! This should be solved using reservoirpy==v0.3.0b2.

@nTrouvain nTrouvain moved this from Issues to Done in v0.3 Dec 1, 2021
@nTrouvain nTrouvain moved this from Done to Done (previous release) in v0.3 Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
v0.3
Done (previous release)
Development

No branches or pull requests

2 participants