Jump to content

version of the seeq module


Mohamed Ramadan

Recommended Posts

I received this error :

The major version of the seeq module (52) does not match the major version of the Seeq Server you are connected to (54) and is incompatible.

A compatible module was found here: /home/datalab/.local/lib/python3.8/site-packages
Consider uninstalling your project-specific seeq module by issuing the following PIP command:
pip uninstall -y seeq

Link to comment
Share on other sites

  • Seeq Team

Hi Mohamed - This error happens when the Seeq Datalab version doesn't match the version of Seeq.  You can update the SDL version to match with the Seeq server (ex R54) by executing

pip install -U seeq~=54.x

where x is the point release on your Seeq server (found in lower left of the browser window.)

By the way, to check the Datalab version currently installed, you can execute:

pip show seeq

 

Lastly, to see what Seeq PIPY versions are available and install instructions, visit the Seeq PYPI project at https://pypi.org/project/seeq/

Link to comment
Share on other sites

  • Seeq Team

As a follow-up to the above, you will also want to check the Seeq Datalab version currently installed on your server by looking at the lower left in the Seeq Datalab browser.  If it matches the Seeq version shown in workbench, the 

pip uninstall -y seeq

command should fix your issue. 

If the version does not match, contact your Seeq Admin to upgrade the SDL server to match.  This is a more robust solution as the approach above can cause the error to reoccur post future upgrades.

Link to comment
Share on other sites

Thanks for your fast response 

I already installed the new seeq version 54.1 , but this error also appeared 

my question is The system  recognize the location ,why doesn't connected ? 

and when i perform this command 

pip install -U seeq~=54.1

!pip list

results :
Package            Version
------------------ -------------
future             0.18.3
geocoder           1.38.1
importlib-metadata 6.0.0
Markdown           3.4.1
ratelim            0.1.6
seeq               54.3.2.183.12

A compatible module was found here: /home/datalab/.local/lib/python3.8/site-packages
Consider uninstalling your project-specific seeq module by issuing the following PIP command:
pip uninstall -y seeq

Logged in to http://172.31.45.57:34216 successfully as pot@ntec (NTEC CEM).
Seeq Server Version: R54.1.2-v202110222128
Seeq Python Module Version: 52.1.3.179.17
 
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...