Mohamed Ramadan Posted January 30, 2023 Share Posted January 30, 2023 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 More sharing options...
Seeq Team Mark Derbecker Posted January 30, 2023 Seeq Team Share Posted January 30, 2023 Hi Mohamed, do you have a question about what the error message is trying to tell you? Have you tried the command it recommends that you execute at the end of the message? Link to comment Share on other sites More sharing options...
Seeq Team Patrick Posted January 30, 2023 Seeq Team Share Posted January 30, 2023 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 More sharing options...
Seeq Team Patrick Posted January 30, 2023 Seeq Team Share Posted January 30, 2023 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 More sharing options...
Mohamed Ramadan Posted January 31, 2023 Author Share Posted January 31, 2023 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 More sharing options...
Mohamed Ramadan Posted January 31, 2023 Author Share Posted January 31, 2023 and the system path after command print(sys.path[5]) /home/datalab/.local/lib/python3.8/site-packages Link to comment Share on other sites More sharing options...
Seeq Team Mark Derbecker Posted January 31, 2023 Seeq Team Share Posted January 31, 2023 I'm not sure what's happening, but I'd recommend uninstalling all "private" versions of the seeq module. "Private" versions are those that are found in /home/datalab/.local. That way you will be using the version of seeq module that is supplied with Data Lab. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now