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

Not starting from command prompt #2441

Open
gulanaanwar opened this issue Sep 4, 2023 · 10 comments
Open

Not starting from command prompt #2441

gulanaanwar opened this issue Sep 4, 2023 · 10 comments
Labels

Comments

@gulanaanwar
Copy link

Describe the bug
Hi, I Have installed glueviz using pip command. It says it is successfully installed. However, when I run "glue" on the command prompt, it doesnt seem to do anything. Please tell me what I am doing incorrectly

To Reproduce
Steps to reproduce the behavior such as:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
glueviz to open?

Screenshots

Screenshot 2023-09-04 171905

Details:

  • Operating System: Windows 11
  • Python version Python 3.11.5
  • Glue version glue- 1.2.0
  • How you installed glue: pip

Additional context
Add any other context about the problem here.

@gulanaanwar gulanaanwar added the bug label Sep 4, 2023
@jfoster17
Copy link
Member

Not sure. Is it possible for you to try installing glue some other way (e.g. conda or the standalone package)?

@gulanaanwar
Copy link
Author

gulanaanwar commented Sep 7, 2023 via email

@astrofrog
Copy link
Member

@gulanaanwar - could you try and start ipython then do:

from glue import qglue
qglue()

Any luck? (this will help see if there are any errors)

@gulanaanwar
Copy link
Author

gulanaanwar commented Sep 7, 2023 via email

@astrofrog
Copy link
Member

@gulanaanwar - what is the output of 'pip freeze'?

Could you try:

from glue_qt.qglue import qglue
qglue()

@gulanaanwar
Copy link
Author

gulanaanwar commented Sep 7, 2023 via email

@astrofrog
Copy link
Member

Could you run pip install PyQt5?

@gulanaanwar
Copy link
Author

gulanaanwar commented Sep 7, 2023 via email

@gulanaanwar
Copy link
Author

gulanaanwar commented Sep 8, 2023 via email

@dhomeier
Copy link
Collaborator

Just running into another issue. Ive downloaded a plugin but am unable to see it when I try to open a file. When I click Plugin Manager I can see the plugin. Is this an issue with the plugin or something I can debug?

@gulanaanwar could you open a new issue for this problem and close the present one? That will be easier to troubleshoot in its own context. Thanks

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

No branches or pull requests

4 participants