-
Notifications
You must be signed in to change notification settings - Fork 32
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyats-log 23.1 depends on python-engineio<4.0.0 and >=3.13.0 #204
Comments
Hi , I am looking at your ticket and reviewing it, Please let me know are you facing the issue still or not ? |
Hello, yes still seeing this issue. |
Hi alurmtr, Update python-engineio and python-socketio: Upgrade python-engineio and python-socketio to the latest version using the package manager of your choice (e.g., pip, conda). Install the necessary dependencies: Make sure all necessary dependencies for pyats-log are installed, including the latest versions of python-engineio and python-socketio. Modify the source code: Locate the pyats-log source code and modify any references to the older version of python-engineio to the new version (e.g., replace "python-engineio==4.0.0" with "python-engineio>=4.3.4"). Compile and test: Compile pyats-log and test it thoroughly to ensure it works correctly with the latest version of python-engineio and python-socketio. |
Hi alurmtr, |
Hi alurmtr, |
Hi alurmtr, |
Are you referring to modifying the site-packages/pyats.log-23.1.dist-info/METADA file? Are there plans to make this change in the next pyats release? |
Hi alurmtr, i am not sure they are planning to make this change in the next pyats release. |
Hi alumtr, |
1 similar comment
Hi alumtr, |
Hi alumtr, |
I haven't had the chance to try out your workaround. I was hoping the libraries be update as you roll out the next pyats version. I have a gitlab pipeline that installs these packages, so if the intention is to somehow make the change you propose on the fly, it will be very difficult. |
python-socketio and python-engineio version pinning is due to the major version update moving to newer version of that protocol upgrading to the new version (eg 5) would also require local log viewer ui and xpresso ui to be upgraded, both are a fairely significant effort. not a build/compilation fixable problem |
I am working on a project that requires a newer version of python-engineio and python-socketio. Any way to compile pyats-log to work with the latest version of python-engineio or at least > 4.3.4
Same for python-socketio, pyats has a limitation for python-socketio<=5.0. python-socketio, It is up to 5.7
thanks
Al
The text was updated successfully, but these errors were encountered: