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

Invisible internal problem detected at startup #7521

Closed
m-beau opened this issue Jul 21, 2018 · 1 comment
Closed

Invisible internal problem detected at startup #7521

m-beau opened this issue Jul 21, 2018 · 1 comment

Comments

@m-beau
Copy link

m-beau commented Jul 21, 2018

Description

What steps will reproduce the problem?

Simply launch spider from terminal.

Installed in anaconda environment with python 3.6.

Only happens since upgrade to spyder 3.3.

Traceback

  File "/home/ms047/anaconda3/envs/py3/lib/python3.6/site-packages/spyder/app/mainwindow.py", line 1961, in valid_project
    if bool(self.projects.get_active_project_path()):
AttributeError: 'NoneType' object has no attribute 'get_active_project_path'

Versions

  • Spyder version: 3.3.0
  • Python version: 3.6.5
  • Qt version: 5.9.4
  • PyQt5 version: 5.9.2
  • Operating System: Linux 4.15.0-24-generic

Dependencies

pyflakes >=0.6.0  :  2.0.0 (OK)
pycodestyle >=2.3 :  2.4.0 (OK)
pygments >=2.0    :  2.2.0 (OK)
sphinx >=0.6.6    :  1.7.5 (OK)
rope >=0.9.4      :  0.10.7 (OK)
jedi >=0.9.0      :  0.12.0 (OK)
psutil >=0.3      :  5.4.5 (OK)
nbconvert >=4.0   :  5.3.1 (OK)
pandas >=0.13.1   :  0.23.0 (OK)
numpy >=1.7       :  1.13.3 (OK)
sympy >=0.7.3     :  None (NOK)
cython >=0.21     :  0.28.4 (OK)
qtconsole >=4.2.0 :  4.3.1 (OK)
IPython >=4.0     :  6.4.0 (OK)
matplotlib >=2.0.0:  2.2.2 (OK)
pylint >=0.25     :  1.9.1 (OK)
@ccordoba12
Copy link
Member

This is a duplicate of issue #7403 and it'll be fixed in our next version.

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

No branches or pull requests

2 participants