GithubHelp home page GithubHelp logo

Comments (6)

seisokeii avatar seisokeii commented on June 14, 2024 1

This error cause by pyats-datastructures (23.6)

$poetry show pyats-datastructures
 name         : pyats-datastructures                                       
 version      : 23.6                                                       
 description  : pyATS Datastructures: Extended Datastructures for Grownups 

required by
 - pyats >=23.6.0,<23.7.0
 - pyats-aetest >=23.6.0,<23.7.0
 - pyats-connections >=23.6.0,<23.7.0
 - pyats-easypy >=23.6.0,<23.7.0
 - pyats-kleenex >=23.6.0,<23.7.0
 - pyats-log >=23.6.0,<23.7.0
 - pyats-tcl >=23.6.0,<23.7.0
 - pyats-topology >=23.6.0,<23.7.0
 - pyats-utils >=23.6.0,<23.7.0

This error relate to ixnetwork package ( This is poetry install verbose output)

Source (PyPI): 5 packages found for ixnetwork *
Invalid requirement (backports.ssl (>=0.0.9backports.ssl-match-hostname>=3.5.0.1)) found in ixnetwork-9.0.1915.16 dependencies, skipping
   1: fact: ixnetwork (9.0.1915.16) depends on pyopenssl (>=17.5.0)
   1: fact: ixnetwork (9.0.1915.16) depends on requests (>=2.18.4)
   1: fact: ixnetwork (9.0.1915.16) depends on websocket-client (>=0.47.0)
   1: selecting ixnetwork (9.0.1915.16)
   1: derived: websocket-client (>=0.47.0)
   1: derived: pyopenssl (>=17.5.0)

----------
fact: genie-trafficgen (23.6) depends on IxNetwork (*)
fact: genie-trafficgen (23.6) depends on ixnetwork-restpy (*)

from pyats.

seisokeii avatar seisokeii commented on June 14, 2024

I've created a new repo then first install pyats[full] and it works...
The package pyats-datastructures is successful installed but the error message is still there.

Invalid requirement (backports.ssl (>=0.0.9backports.ssl-match-hostname>=3.5.0.1)) found in ixnetwork-9.0.1915.16 dependencies, skipping

I don't know what wrong...

from pyats.

ParimiNeeraja avatar ParimiNeeraja commented on June 14, 2024

Hi seisokeii,

After installing the pyats , can you try to upgrade using pip install --upgrade "pyats[full]" . It will help to resolve your issue..

from pyats.

seisokeii avatar seisokeii commented on June 14, 2024

Sorry, I forget to say that I use poetry to install pyATS.

pyATS is work fine now, but there's a dependency warning when execute python script.
NotOpenSSLWarning: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'

I think this is not a critical problem.

Thank for your help~

from pyats.

ParimiNeeraja avatar ParimiNeeraja commented on June 14, 2024

This issue does not appear on virtual environments based on python binaries built with openssl. If you want to avoid this error make sure your python binary is built with openssl, or downgrade urllib to a version that supports libressl

from pyats.

seisokeii avatar seisokeii commented on June 14, 2024

This issue is solved. I appreciate your help~

from pyats.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.