We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
As the code snippet below, while building Dockerfile, I witness an error relate to networkx version.
networkx
Does it affect Sudomy if decorator > 5?
Could we downgrade the networkx packages or decorator?
decorator
Or pin the package decorator version?
Successfully built censys future networkx 2.5.1 has requirement decorator<5,>=4.3, but you'll have decorator 5.0.9 which is incompatible. Installing collected packages: chardet, urllib3, certifi, idna, requests, netaddr, censys, future, argparse, pickleshare, ipython-genutils, traitlets, matplotlib-inline, pygments, decorator, parso, jedi, wcwidth, prompt-toolkit, backcall, ptyprocess, pexpect, ipython, networkx, zipp, typing-extensions, importlib-metadata, jsonpickle, MarkupSafe, jinja2, pyvis, PyYAML, argcomplete, xmltodict, toml, yq Successfully installed MarkupSafe-2.0.1 PyYAML-5.4.1 argcomplete-1.12.3 argparse-1.4.0 backcall-0.2.0 censys-0.0.8 certifi-2021.5.30 chardet-4.0.0 decorator-5.0.9 future-0.18.2 idna-2.10 importlib-metadata-4.5.0 ipython-7.24.1 ipython-genutils-0.2.0 jedi-0.18.0 jinja2-3.0.1 jsonpickle-2.0.0 matplotlib-inline-0.1.2 netaddr-0.8.0 networkx-2.5.1 parso-0.8.2 pexpect-4.8.0 pickleshare-0.7.5 prompt-toolkit-3.0.19 ptyprocess-0.7.0 pygments-2.9.0 pyvis-0.1.9 requests-2.25.1 toml-0.10.2 traitlets-5.0.5 typing-extensions-3.10.0.0 urllib3-1.26.5 wcwidth-0.2.5 xmltodict-0.12.0 yq-2.12.2 zipp-3.4.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
As the code snippet below, while building Dockerfile, I witness an error relate to
networkx
version.Does it affect Sudomy if decorator > 5?
Could we downgrade the
networkx
packages ordecorator
?Or pin the package
decorator
version?The text was updated successfully, but these errors were encountered: