Skip to content

ImportError: cannot import name 'reproducible' from 'neupy.utils' #275

@alu0101124896

Description

@alu0101124896

Hello, I'm having the following problem:

>>> from neupy.utils import reproducible
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name 'reproducible' from 'neupy.utils' (/home/sergio/.local/lib/python3.9/site-packages/neupy/utils.py)

I'm using Python 3.9.3 and I have installed the NeuPy package using pip install neupy.

In the case that this helps, I also have seen that in the master branch of this repository you have the 'reproducible' method inside neupy/utils/misc.py but the package that I have installed only has the neupy/utils.py file that doesn't have the mentioned method inside it.

Edit: The default NeuPy version when using pip seems to be the 0.6.5 instead of the 0.8.2 which is the latest.

Edit 2: When trying to install the 0.8.2 version I get the following error:

ERROR: Could not find a version that satisfies the requirement tensorflow<1.14.0,>=1.10.1 (from neupy)
ERROR: No matching distribution found for tensorflow<1.14.0,>=1.10.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions