Skip to content
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

I almost got the installation. But met with an error at the end I guess. I got an error in the terminal. Please find the attached screenshot below. #3

Open
KND6451 opened this issue Oct 15, 2019 · 17 comments
Labels
good first issue Good for newcomers

Comments

@KND6451
Copy link
Collaborator

KND6451 commented Oct 15, 2019

Screenshot from 2019-10-15 18-10-01

@ajay6763
Copy link
Owner

this most probably is coming from 64 ,32 bit incompatibility.
try running following command

sudo apt-get install libcanberra-gtk-module

@ajay6763
Copy link
Owner

Is your problem solved?
If yes then could describe the solution here, so that I can close this issue.

cheers
ajay

@ajay6763 ajay6763 added the good first issue Good for newcomers label Oct 16, 2019
@KND6451
Copy link
Collaborator Author

KND6451 commented Oct 17, 2019 via email

@prakashncess
Copy link

I tried sudo apt-get install libcanberra-gtk-module but still error is there
Uploading Screenshot from 2021-09-24 02-45-47.png…

@ajay6763
Copy link
Owner

I see that these are just warnings. May be try to proceed buliding a model and see if it is working fine.

@prakashncess
Copy link

I tried buidling model with this warning but python crashed error popup ..see screenshot
Python error

@prakashncess
Copy link

Now I am getting error like segmentation core dumped..plz see screenshot
Segmentation Core dumped

@ajay6763
Copy link
Owner

I can see that it is giving errors about the backend. I

You can try a small hack below.
Go to the following file and change self.toolkit to qt4
/usr/lib/python/dist-packages/traits/etsconfig/etsconfig.py

in this file change the

change self._toolkit = "qt4"

let me know if it works

@prakashncess
Copy link

I found many places self._toolkit which i removed with qt4. I get this error now
qt4 error

@ajay6763
Copy link
Owner

No. There will be self._toolkit = " " . Indside the double quotes put qt4 .

@prakashncess
Copy link

I replaced it in place near to backend....now segmentation fault (core dumped) error is showing while building model.
Segmentation error

@ajay6763
Copy link
Owner

@prakashncess I see, I will have to look into this error in detail. Will get back to you asap. Could you please attach the list of libraries and their version that you installed?

pip list > liberaries.txt

@prakashncess
Copy link

I have solved the issue and program is successfully installed. I just changed activation style to work in same environment:
I changed [source ./LitMod2D 2.0/bin activate] to [source ./LitMod2D 2.0/bin/activate] and it worked.

But I do not see any LitMod_test_ model in my running directory to test the installation.

@ajay6763
Copy link
Owner

@ajay6763
Copy link
Owner

@prakashncess could you please attach the list of libraries from your environment here and your OS name here so that future users can get help from this. Also if it is possible to list the steps that you have taken to install the pyside.

Thanks for your patience!

@prakashncess
Copy link

Sure, after checking proper working of Litmod, I will certainly put here. I am unable to download the test model from the given link.

@prakashncess
Copy link

Thanks Dr. Ajay for test model and I checked, it is working perfectly. Thank you so much for your consistent support and guidance.
I hope my own problem of profile modeling will go smoothly.

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants