Help object stays empty or becomes file name after installing tensorflow, keras etc..
See original GitHub issueDescription
What steps will reproduce the problem?
- 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:
- Created 6 years ago
- Comments:15 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
This is a duplicate of issue #5782. Please read that a issue for a fix.