Thanks for this. In addition, I needed to install the package python-qtpy.
Search Criteria
Package Details: spyder-git 6.0.0a1.r358.g2578be8a3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/spyder-git.git (read-only, click to copy) |
---|---|
Package Base: | spyder-git |
Description: | The Scientific Python Development Environment |
Upstream URL: | https://www.spyder-ide.org/ |
Licenses: | MIT |
Conflicts: | spyder, spyder3-git |
Provides: | spyder |
Replaces: | spyder3-git |
Submitter: | willemw |
Maintainer: | willemw |
Last Packager: | willemw |
Votes: | 24 |
Popularity: | 0.000000 |
First Submitted: | 2015-02-24 08:52 (UTC) |
Last Updated: | 2023-08-10 20:51 (UTC) |
Dependencies (58)
- autopep8
- flake8
- ipython (ipython-gitAUR)
- jupyter-nbconvert
- python-atomicwrites
- python-chardet
- python-cloudpickle
- python-cookiecutter
- python-debugpy
- python-diff-match-patch
- python-intervaltree
- python-jedi
- python-jellyfish
- python-jsonschema
- python-keyring
- python-lsp-black
- python-lsp-server
- python-numpydoc
- python-parso
- python-pexpect
- python-pickleshare
- python-psutil
- python-pycodestyle
- python-pydocstyle
- python-pyflakes (python-pyflakes-gitAUR)
- python-pygments
- python-pylint
- python-pylint-venv
- python-pyls-spyder
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-pyqt5-webengine
- python-pyuca
- python-pyxdg
- python-pyzmq
- python-qdarkstyle
- python-qstylizer
- python-qtawesome (python-qtawesome-gitAUR)
- python-qtconsole (python-qtconsole-gitAUR)
- python-qtpy (python-qtpy-gitAUR)
- python-rope
- python-rtree
- python-setuptools
- python-sphinx (python-sphinx-gitAUR)
- python-spyder-kernels (python-spyder-kernels-gitAUR)
- python-textdistance
- python-three-merge
- python-watchdog (python-watchdog-gitAUR)
- python-whatthepatch
- yapf
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- cython (cython-gitAUR, cython0AUR) (optional) – run Cython files in the IPython Console
- python-matplotlib (python-matplotlib-gitAUR) (optional) – 2D/3D plotting in the IPython Console
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR) (optional) – support for N-dimensional arrays in the Variable Explorer
- python-pandas (optional) – support for DataFrames and Series in the Variable Explorer
- python-scipy (python-scipy-mkl-binAUR, python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR) (optional) – support for Matlab workspace in the Variable Explorer
- python-sympy (python-sympy-gitAUR) (optional) – symbolic mathematics in the IPython Console
Required by (5)
- python-cq-editor (requires spyder)
- python-cq-editor-git (requires spyder)
- python-guidata (requires spyder) (optional)
- python-sardana (requires spyder)
- python-taurus (requires spyder) (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 13 Next › Last »
<deleted-account> commented on 2017-03-27 16:40 (UTC)
willemw commented on 2016-12-17 07:44 (UTC)
@LeftyAce: Have you tried building without any old build files present?
LeftyAce commented on 2016-12-17 05:57 (UTC)
I'm getting the following error during the build process, any ideas?
Running Sphinx v1.5
Traceback (most recent call last):
File "setup.py", line 306, in <module>
setup(**setup_args)
File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/lib/python2.7/distutils/command/build.py", line 127, in run
self.run_command(cmd_name)
File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "setup.py", line 176, in run
setup_command.BuildDoc.run(self)
File "/usr/lib/python2.7/site-packages/sphinx/setup_command.py", line 180, in run
handle_exception(app, self, exc, sys.stderr)
UnboundLocalError: local variable 'app' referenced before assignment
willemw commented on 2016-08-31 16:41 (UTC)
@contrebasse: Thanks. Improved the pep8 patch.
contrebasse commented on 2016-08-31 12:24 (UTC)
Sed doesn't find this file spyder/spyderlib/utils/codeanalysis.py to patch for pycodestyle instead of pep8.
willemw commented on 2016-08-10 06:16 (UTC)
This package depends on python2-pyqt5, which should pull in all the required qt5 dependencies (qt5-base).
spdrfall commented on 2016-08-10 01:03 (UTC)
I have to install qt5 group package (34 members) to get this to work. Should qt5 (or the exact packages required, that are not listed as deps) be added to dependencies?
contrebasse commented on 2016-06-17 23:01 (UTC)
@JohnRobson Downgrade qtpy, spyder is not yet compatible with qtpy master.
JohnRobson commented on 2016-06-17 18:40 (UTC) (edited on 2016-06-17 19:48 (UTC) by JohnRobson)
check_qt() function in /usr/lib/python3.5/site-packages/spyderlib/requirements.py
This function has this problem:
$ /usr/bin/python3.5 /usr/bin/spyder3
Traceback (most recent call last):
File "/usr/bin/spyder3", line 3, in <module>
start.main()
File "/usr/lib/python3.5/site-packages/spyderlib/app/start.py", line 118, in main
from spyderlib.app import spyder
File "/usr/lib/python3.5/site-packages/spyderlib/app/spyder.py", line 48, in <module>
requirements.check_qt()
File "/usr/lib/python3.5/site-packages/spyderlib/requirements.py", line 46, in check_qt
% (package_name, required_ver, actual_ver))
File "/usr/lib/python3.5/site-packages/spyderlib/requirements.py", line 25, in show_warning
raise RuntimeError(message)
RuntimeError: Please check Spyder installation requirements:
PyQt5 5.2+ is required (found v1.1.0.dev0).
Even after update: python-qtpy-git python2-qtpy-git
davidovitch commented on 2016-06-05 11:04 (UTC)
@willemw: I missed that pyqt5 has qt5-webengine as a make dep. Must have mixed something up, because you are right, I can run spyder(3)-git without qt5-webengine.
Pinned Comments
willemw commented on 2020-08-05 07:20 (UTC) (edited on 2021-08-18 20:33 (UTC) by willemw)
Note:
Some dependencies may need to be manually downgraded or upgraded.
Alternatively, try to edit "install_requires" in "setup.py" and the requirements file ("requirements/conda.txt" in the source files or "requires.txt" in the installed files).