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

Spyder crashes when launching after Windows standalone installation #21074

Closed
6 of 10 tasks
looka231 opened this issue Jun 27, 2023 · 3 comments
Closed
6 of 10 tasks

Spyder crashes when launching after Windows standalone installation #21074

looka231 opened this issue Jun 27, 2023 · 3 comments

Comments

@looka231
Copy link

Issue Report Checklist

  • Searched the issues page for similar reports
  • Read the relevant sections of the Spyder Troubleshooting Guide and followed its advice
  • Reproduced the issue after updating with conda update spyder (or pip, if not using Anaconda)
  • Could not reproduce inside jupyter qtconsole (if console-related)
  • Tried basic troubleshooting (if a bug/error)
    • Restarted Spyder
    • Reset preferences with spyder --reset
    • Reinstalled the latest version of Anaconda
    • Tried the other applicable steps from the Troubleshooting Guide
  • Completed the Problem Description, Steps to Reproduce and Version sections below

^ can not use anaconda or connect to internet with the computer I am installing on

Problem Description

I have followed the installation instructions for the Spyder Window (standalone) installer. I have installed the latest python before as well. Tried installing and reinstalling Spyder for local and for everyone option and it still instantly crashes when launching. It keeps giving me this compatibility check error and then crashes

"Unfortunately, the library that Spyder-terminal use to create terminals is failing to work in your system. Therefore, this plugin will be deactivated. This usually happens on Windows 7 Systems. If that's the case, please consider updating to newer windows version"

even though I am on Windows 10 pro. I used the same installation process on my personal laptop and Spyder launched with no problems. Please help

What steps reproduce the problem?

  1. Install latest python
  2. Install Spyder windows (standalone) installer
  3. Launch Spyder

What is the expected output? What do you see instead?

Spyder launches but immediately crashes without displaying the gui

Paste Traceback/Error Below (if applicable)

fromIccProfile: failed minimal tag size sanity
Traceback (most recent call last):
 File "C:\Program Files\Spyder\Spyder.launch.pyw", line 35, in <module>
   main()
 File "C:\Program Files\Spyder\pkgs\spyder\app\start.py", line 256, in main
   mainwindow.main(options, args)
 File "C:\Program Files\Spyder\pkgs\spyder\app\mainwindow.py", line 1823, in main
   mainwindow = create_window(MainWindow, app, splash, options, args)
 File "C:\Program Files\Spyder\pkgs\spyder\app\mainwindow.py", line 203, in on_mainwindow_visible
   self.layouts.on.on_mainwindow_visible()
 File "C:\Program Files\Spyder\pkgs\spyder\plugins\layout\plugin.py", line 908, in create_plugins_menu
   action.setChecked(plugin.dockwidget.isVisible())
AttributeError: 'NoneType' object has no attribute 'isVisible'
Qprocess: Destroyed while process ("C:\\Program Files\\Spyder\\Python\\pythonw.exe") is still running.

Versions

  • Spyder version: 5.4.3 (Windows Standalone)
  • Python version: 3.11.4 (64-bit)
  • Qt version: 5.15.2
  • PyQt version: 5.15.9
  • Operating System name/version: Windows 10 Pro
@ccordoba12
Copy link
Member

Hey @looka231, thanks for reporting and sorry for the inconvenience. We'll address this problem in our next version (5.4.4), to be released in a couple of days.

@ccordoba12 ccordoba12 self-assigned this Jun 29, 2023
@ccordoba12 ccordoba12 added this to the v5.4.4 milestone Jun 29, 2023
@ccordoba12 ccordoba12 changed the title Spyder Crashes when launching after Windows Standalone installation Spyder crashes when launching after Windows standalone installation Jun 29, 2023
@MariaKrivova
Copy link

MariaKrivova commented Jul 1, 2023

I have the same issue. Looking forward to 5.4.4

@ccordoba12
Copy link
Member

Thanks @MariaKrivova. We're sorting out the last details for that version, so hopefully it'll be available at the beginning of next week.

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

No branches or pull requests

3 participants