question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Help object stays empty or becomes file name after installing tensorflow, keras etc..

See original GitHub issue

Description

What steps will reproduce the problem?

  1. press CTRL + I in editor

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

Please provide any additional information below

  • “object” in help pane stays empty
  • repeatedly click ctrl + i in console and editor will give the file name of the file in the editor as the help object
  • help working in Console…
  • code completion not working as well

Version and main components

  • Spyder Version: 3.2.6
  • Python Version: 3.6.4
  • Qt Versions: 5.6.2, PyQt5 5.6 on Windows

Dependencies

pyflakes >=0.6.0 :  1.6.0 (OK)
pycodestyle >=2.3:  2.3.1 (OK)
pygments >=2.0   :  2.2.0 (OK)
pandas >=0.13.1  :  0.22.0 (OK)
numpy >=1.7      :  1.13.3 (OK)
sphinx >=0.6.6   :  1.6.6 (OK)
rope >=0.9.4     :  0.10.7 (OK)
jedi >=0.9.0     :  0.11.1 (OK)
nbconvert >=4.0  :  5.3.1 (OK)
sympy >=0.7.3    :  1.1.1 (OK)
cython >=0.21    :  0.27.3 (OK)
qtconsole >=4.2.0:  4.3.1 (OK)
IPython >=4.0    :  6.2.1 (OK)
pylint >=0.25    :  1.8.2 (OK)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
kibbutzelotcommented, Feb 9, 2018

fuck its working now 😃 futures package is pip, not visible in anaconda environment… seems the tensorflow environment loads an old version of “futures” which ruins spyder 😦 tx for your support!!! 🥇

–> pip uninstall futures solves it

1reaction
ccordoba12commented, Feb 7, 2018

This is a duplicate of issue #5782. Please read that a issue for a fix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Save and load Keras models | TensorFlow Core
When saving the model and its layers, the SavedModel format stores the class name, call function, losses, and weights (and the config, if ......
Read more >
Installing Keras with TensorFlow backend - PyImageSearch
In this tutorial I demonstrate how to install the Keras Python library for deep learning using the TensorFlow backend.
Read more >
Keras FAQ
How can I train a Keras model on TPU? Where is the Keras configuration file stored? How to do hyperparameter tuning with Keras?...
Read more >
How to correctly install Keras and Tensorflow - ActiveState
Click to install Keras and Tensorflow together using pip. Understand how to use these Python libraries for machine learning use cases.
Read more >
How to Save and Load Your Keras Deep Learning Model
In this post, you will discover how to save your Keras models to files and load them up again to make predictions. After...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found