Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Error in 01-SBOM-Dependency-Analysis when installing nodestream-plugin-neptune #588

Open
kevinphillips81 opened this issue Apr 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@kevinphillips81
Copy link
Contributor

Community Note

  • Please use a 馃憤 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Describe the bug
Running the new SBOM notebooks on a Notebook (using Python 3 kernel) created on April 15th, I received the following errors on 01-SBOM-Dependency-Analysis:

!pip install -q pyyaml nodestream-plugin-neptune nodestream_plugin_sbom

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
autovizwidget 0.21.0 requires pandas<2.0.0,>=0.20.1, but you have pandas 2.2.2 which is incompatible.
awscli 1.32.78 requires botocore==1.34.78, but you have botocore 1.34.51 which is incompatible.
graph-notebook 4.2.0 requires pandas<=1.5.3,>=1.3.5, but you have pandas 2.2.2 which is incompatible.
hdijupyterutils 0.21.0 requires pandas<2.0.0,>=0.17.1, but you have pandas 2.2.2 which is incompatible.
sparkmagic 0.21.0 requires pandas<2.0.0,>=0.17.1, but you have pandas 2.2.2 which is incompatible.
  • OS: [e.g. Amazon Linux 2]
  • Browser: Google Chrome
  • Graph Notebook Version: 4.2.0
  • Graph Database & Version: Amazon Neptune Analytics (v1.1.1712198926)

To Reproduce
Steps to reproduce the behavior:

  1. Open the SBOM notebooks on a freshly created Notebook
  2. Run the !pip install -q pyyaml nodestream-plugin-neptune nodestream_plugin_sbom command
  3. See error

Expected behavior
The command should complete successfully.

@kevinphillips81 kevinphillips81 added the bug Something isn't working label Apr 16, 2024
@kevinphillips81
Copy link
Contributor Author

Running the following command results in what looks like closed connections from the Neptune database, which may relate to the underlying issue as stated above.

!nodestream run sbom --target my-neptune

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant