Skip to content

ModuleNotFoundError for pycwb.search and Missing File OverlapCatalog16-1024.bin in Notebook #1

Description

@iphysresearch

Description

I encountered the following issues while trying to use the PycWB library:

  1. ModuleNotFoundError:
    After installing the library using both pip install or building from source, I attempted to execute the following command as per the instructions in the README.md:

    from pycwb.search import search

    However, this results in the error:

    ModuleNotFoundError: No module named 'pycwb.search'
    

    It seems that the search module cannot be located within the pycwb package.

    image

  2. Missing File in Notebook:
    When running a notebook example, it attempts to access the file OverlapCatalog16-1024.bin, but this file is not available at the specified URL:

    File OverlapCatalog16-1024.bin is not available on https://github.com/PycWB/xtalk-data/raw/main.
    

    The missing file prevents further execution.

    image

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