Skip to content

'snnomp' causing errors when installed from pip #5

Description

@AlexLSalley

After installing snnpy using pip, trying to run the example script gives the following error:
videoManipulation  void  Python  python ssnpyTest.py Traceback (most recent call last): File "/home/alex/Programs/Python/ssnpyTest.py", line 2, in <module> from snnpy import * File "/home/alex/anaconda3/envs/videoManipulation/lib/python3.10/site-packages/snnpy/__init__.py", line 23, in <module> from .snnomp import * ModuleNotFoundError: No module named 'snnpy.snnomp'

Editing
videoManipulation/lib/python3.10/site-packages/snnpy/__init__.py
and commenting out the line
#from .snnomp import *
Fixes this however

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions