bug in opening 3D matrix
See original GitHub issueDescription
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below
File “/Users/zenko/Documents/OPT/anaconda3/lib/python3.6/site-packages/spyder/widgets/variableexplorer/collectionseditor.py”, line 449, in createEditor if not editor.setup_and_check(value, title=key, readonly=readonly): File “/Users/zenko/Documents/OPT/anaconda3/lib/python3.6/site-packages/spyder/widgets/variableexplorer/arrayeditor.py”, line 619, in setup_and_check self.data.flags.writeable = True ValueError: cannot set WRITEABLE flag to True of this array
Version and main components
- Spyder Version: 3.2.6
- Python Version: 3.6.3
- Qt Versions: 5.6.2, PyQt5 5.6 on Darwin
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.25.0 (OK)
numpy >=1.7 : 1.16.4 (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)
psutil >=0.3 : 5.4.3 (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 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Error in my simple code, 3d matrix issue - MATLAB Answers
Here is my code. Basically I am trying to load in 31 matrices then produce one new matrix that is the element by...
Read more >The Matrix Fall 3d Bug please help to fix it - Go4Expert
the matrix fall 3d screensaver has a bug it cannot write words with the letter Z,try to write paralyze and freeze and it...
Read more >bug #52001, error assigning to a slice of a 3d... - GNU Savannah
bug #52001: error assigning to a slice of a 3d matrix ; Priority: 5 - Normal, Item Group: ; Status: Confirmed, Assigned to:...
Read more >Javascript 3 Dimensional Array Assignment Bug
So I have a 3 dimensional javascript array of size [5][5][4], the [4] is a boolean array. I have initialized all values to...
Read more >Field matrix calculation with iron in 3D
An invalid pointer uses wrong indices in the matrix field evaluation! Due to the gravity of the bug it was also corrected in...
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
Hello,
it’s all good, I fixed the problem.
Many thanks for the help.
Best regards,
VZ
Le jeu. 7 nov. 2019 à 21:02, vjollca zenko vjollca.zenko@gmail.com a écrit :
I am a beginner with Python and programming in general. So, when I install the 3.3.6 version in the terminal, the last step shows
Proceed ([y]/n)?.. What am I supposed to do here? and how do I know in which environment is the new version installed?
Le jeu. 7 nov. 2019 à 17:34, Carlos Cordoba notifications@github.com a écrit :