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
Describe the bug
For some reason, the connector version can be installed not matching the main component, which can cause error.
To Reproduce
Install stix-shifter 4.2.2, then install stix-shifter-modules-stix-bundle with pip leads to installing version 4.2.5 (tested on August 22, 2022)
Then it will report an error when using the connector (__version__ not in __init__()).
Expected behavior
When installing a connector with pip, either install the same version with stix-shifter, or upgrade stix-shifter to the latest version.
Desktop (please complete the following information):
OS: Linux (Kestrel binder sandbox)
The text was updated successfully, but these errors were encountered:
Describe the bug
For some reason, the connector version can be installed not matching the main component, which can cause error.
To Reproduce
Install
stix-shifter
4.2.2, then installstix-shifter-modules-stix-bundle
with pip leads to installing version 4.2.5 (tested on August 22, 2022)Then it will report an error when using the connector (
__version__
not in__init__()
).Expected behavior
When installing a connector with pip, either install the same version with
stix-shifter
, or upgradestix-shifter
to the latest version.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: