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 warning "IPython >=7.31.1;<8.0.0 : 8.2.0 (NOK)" #175249

Open
sbourdeauducq opened this issue May 29, 2022 · 2 comments
Open

spyder warning "IPython >=7.31.1;<8.0.0 : 8.2.0 (NOK)" #175249

sbourdeauducq opened this issue May 29, 2022 · 2 comments

Comments

@sbourdeauducq
Copy link
Contributor

On 22.05, Spyder displays a dialog box at every startup:

You have missing dependencies!

# Mandatory:
IPython >=7.31.1;<8.0.0 : 8.2.0 (NOK)

Please install them to avoid this message.

Cc @drewrisinger

@sbourdeauducq
Copy link
Contributor Author

Updating spyder to the latest version with the patch below unfortunately does not solve this.
spyder-update.txt

@sbourdeauducq
Copy link
Contributor Author

According to spyder-ide/spyder#17282
it seems we can simply do

    substituteInPlace spyder/dependencies.py \
      --replace 'IPYTHON_REQVER = ">=7.31.1;<8.0.0"' 'IPYTHON_REQVER = ">=7.31.1"'

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

2 participants