You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered the following issues while trying to use the PycWB library:
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:
frompycwb.searchimportsearch
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.
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.
Description
I encountered the following issues while trying to use the PycWB library:
ModuleNotFoundError:
After installing the library using both
pip installor building from source, I attempted to execute the following command as per the instructions in theREADME.md:However, this results in the error:
It seems that the
searchmodule cannot be located within thepycwbpackage.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:The missing file prevents further execution.