|
1 / 1 / 1
Регистрация: 23.04.2014
Сообщений: 647
|
|
Установка Qt5 на ubuntu04.06.2016, 20:24. Показов 9973. Ответов 20
Метки нет (Все метки)
0
|
|
| 04.06.2016, 20:24 | |
|
Ответы с готовыми решениями:
20
Установка PyQt в Ubuntu Установка odoo на ubuntu 18 Установка flask на Ubuntu |
|
5907 / 3359 / 1036
Регистрация: 03.11.2009
Сообщений: 10,008
|
||||||
| 04.06.2016, 20:45 | ||||||
0
|
||||||
|
2742 / 2341 / 620
Регистрация: 19.03.2012
Сообщений: 8,830
|
|
| 04.06.2016, 20:49 | |
|
Из репозиториев и все
0
|
|
|
1 / 1 / 1
Регистрация: 23.04.2014
Сообщений: 647
|
|
| 04.06.2016, 21:00 [ТС] | |
|
alex925, команду уставновки
Добавлено через 3 минуты Jabbson, вот такой командой устанавливал sudo apt-get install python3-pip вроде уставновил ,ввожу команду pip3 install pyqt5 получаю: python: can't open file 'pip3': [Errno 2] No such file or directory
0
|
|
|
2742 / 2341 / 620
Регистрация: 19.03.2012
Сообщений: 8,830
|
|
| 04.06.2016, 21:17 | |
|
saladdd, зади в реппозиторий да глянь название пакета, включать мозг надо иногда хотя бы.
Примерно пакет называется python3-pyqt5
0
|
|
|
5907 / 3359 / 1036
Регистрация: 03.11.2009
Сообщений: 10,008
|
|
| 04.06.2016, 22:18 | |
|
pip3 install PyQt5 только что сработал на чистой новой убунте.
0
|
|
|
1 / 1 / 1
Регистрация: 23.04.2014
Сообщений: 647
|
|
| 05.06.2016, 01:53 [ТС] | |
|
Jabbson, я кажется понял в чём дело у меня по умолчанию стоит другая версия python
Добавлено через 4 минуты у меня 3 каталога python3,python3.3,python3.4,python3.5. по умолчанию python --version Python 2.7.10 Я правильно понимаю , что pip3 идёт только под версию больше 3 , значит её нужно сделать по умолчанию.
0
|
|
|
2742 / 2341 / 620
Регистрация: 19.03.2012
Сообщений: 8,830
|
|
| 05.06.2016, 01:53 | |
|
0
|
|
|
1 / 1 / 1
Регистрация: 23.04.2014
Сообщений: 647
|
|
| 05.06.2016, 02:32 [ТС] | |
|
alex925, зы подскажите ,что мне делать просто прописать python более высокой версии или добиваться работы pip3.
0
|
|
|
2742 / 2341 / 620
Регистрация: 19.03.2012
Сообщений: 8,830
|
||||||||||||
| 05.06.2016, 02:36 | ||||||||||||
|
Судя по ошибке ты команду
0
|
||||||||||||
|
1 / 1 / 1
Регистрация: 23.04.2014
Сообщений: 647
|
|
| 05.06.2016, 17:35 [ТС] | |
|
alex925, я думал вы поняли pip3 неработает почему-то.
saladd@saladd-EasyNote-LM85:~$ python pip3 install PyQt5 python: can't open file 'pip3': [Errno 2] No such file or directory
0
|
|
|
2742 / 2341 / 620
Регистрация: 19.03.2012
Сообщений: 8,830
|
|
| 05.06.2016, 17:49 | |
|
Когда читаешь такие сообщения, появляется мысль, что все безнадежно =(
Ты мое предыдущие сообщение читал? Я тебе говорю 2 раз, УБЕРИ ИЗ СВОЕЙ КОМАНДЫ СЛОВО python!!!!!!
0
|
|
|
1 / 1 / 1
Регистрация: 23.04.2014
Сообщений: 647
|
|
| 05.06.2016, 17:57 [ТС] | |
|
alex925,
pip3 install PyQt5 Traceback (most recent call last): File "/usr/local/bin/pip3", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3080, in <module> @_call_aside File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3066, in _call_aside f(*args, **kwargs) File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3093, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 651, in _build_master ws.require(__requires__) File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 952, in require needed = self.resolve(parse_requirements(requirem ents)) File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 839, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'pip==1.5.6' distribution was not found and is required by the application
0
|
|
|
2742 / 2341 / 620
Регистрация: 19.03.2012
Сообщений: 8,830
|
||||||
| 05.06.2016, 18:22 | ||||||
0
|
||||||
|
1 / 1 / 1
Регистрация: 23.04.2014
Сообщений: 647
|
|
| 05.06.2016, 18:24 [ТС] | |
|
alex925, pip3 устанавливается отдельной командой , я это только сейчас обнаружил вроде установил , опосля ввожу
pip3 install PyQt5 Collecting PyQt5 Could not find a version that satisfies the requirement PyQt5 (from versions: ) No matching distribution found for PyQt5 Значит ли это , что такого в дистрибутиве нет?
0
|
|
|
2742 / 2341 / 620
Регистрация: 19.03.2012
Сообщений: 8,830
|
|||
| 05.06.2016, 18:29 | |||
|
0
|
|||
|
1 / 1 / 1
Регистрация: 23.04.2014
Сообщений: 647
|
|
| 05.06.2016, 22:14 [ТС] | |
|
alex925, из репозитория установить неполучилось вываливается вот такое
pip3 install PyQt5 Collecting PyQt5 Could not find a version that satisfies the requirement PyQt5 (from versions: ) No matching distribution found for PyQt5 aptitude search PyQt5 p pyqt5-dev - Development files for PyQt5 i pyqt5-dev-tools - Development tools for PyQt5 p pyqt5-dev-tools:i386 - Development tools for PyQt5 p pyqt5-doc - Documentation for PyQt5 p pyqt5-examples - Examples and demos for PyQt5 p pyqt5.qsci-dev - Development files for Python Qscintilla2 ( p python-dbus.mainloop.pyqt5 - D-Bus Qt main loop support for Python 2 p python-dbus.mainloop.pyqt5:i386 - D-Bus Qt main loop support for Python 2 p python-dbus.mainloop.pyqt5-dbg - D-Bus Qt main loop support for Python 2 (d p python-dbus.mainloop.pyqt5-dbg: - D-Bus Qt main loop support for Python 2 (d p python-pyqt5 - Python 2 bindings for Qt5 p python-pyqt5:i386 - Python 2 bindings for Qt5 p python-pyqt5-dbg - Python 2 bindings for Qt5 (debug extension p python-pyqt5-dbg:i386 - Python 2 bindings for Qt5 (debug extension p python-pyqt5.enginio - Python 2 bindings for Enginio library p python-pyqt5.enginio:i386 - Python 2 bindings for Enginio library p python-pyqt5.enginio-dbg - Python 2 bindings for Enginio library (deb p python-pyqt5.enginio-dbg:i386 - Python 2 bindings for Enginio library (deb p python-pyqt5.qtmultimedia - Python 2 bindings for Qt5's Multimedia mod p python-pyqt5.qtmultimedia:i386 - Python 2 bindings for Qt5's Multimedia mod p python-pyqt5.qtmultimedia-dbg - Python 2 bindings for Qt5's Multimedia mod p python-pyqt5.qtmultimedia-dbg:i - Python 2 bindings for Qt5's Multimedia mod p python-pyqt5.qtopengl - Python 2 bindings for Qt5's OpenGL module p python-pyqt5.qtopengl:i386 - Python 2 bindings for Qt5's OpenGL module p python-pyqt5.qtopengl-dbg - Python 2 bindings for Qt5's OpenGL module p python-pyqt5.qtopengl-dbg:i386 - Python 2 bindings for Qt5's OpenGL module p python-pyqt5.qtpositioning - Python 2 bindings for QtPositioning module p python-pyqt5.qtpositioning:i386 - Python 2 bindings for QtPositioning module p python-pyqt5.qtpositioning-dbg - Python 2 bindings for QtPositioning module p python-pyqt5.qtpositioning-dbg: - Python 2 bindings for QtPositioning module p python-pyqt5.qtquick - Python 2 bindings for QtQuick module p python-pyqt5.qtquick:i386 - Python 2 bindings for QtQuick module p python-pyqt5.qtquick-dbg - Python 2 bindings for QtQuick module (debu p python-pyqt5.qtquick-dbg:i386 - Python 2 bindings for QtQuick module (debu p python-pyqt5.qtsensors - Python 2 bindings for QtSensors module p python-pyqt5.qtsensors:i386 - Python 2 bindings for QtSensors module p python-pyqt5.qtsensors-dbg - Python 2 bindings for QtSensors module (de p python-pyqt5.qtsensors-dbg:i386 - Python 2 bindings for QtSensors module (de p python-pyqt5.qtserialport - Python 2 bindings for QtSerialPort module p python-pyqt5.qtserialport:i386 - Python 2 bindings for QtSerialPort module p python-pyqt5.qtserialport-dbg - Python 2 bindings for QtSerialPort module p python-pyqt5.qtserialport-dbg:i - Python 2 bindings for QtSerialPort module p python-pyqt5.qtsql - Python 2 bindings for Qt5's SQL module p python-pyqt5.qtsql:i386 - Python 2 bindings for Qt5's SQL module p python-pyqt5.qtsql-dbg - Python 2 bindings for Qt5's SQL module (de p python-pyqt5.qtsql-dbg:i386 - Python 2 bindings for Qt5's SQL module (de p python-pyqt5.qtsvg - Python 2 bindings for Qt5's SVG module p python-pyqt5.qtsvg:i386 - Python 2 bindings for Qt5's SVG module p python-pyqt5.qtsvg-dbg - Python 2 bindings for Qt5's SVG module (de p python-pyqt5.qtsvg-dbg:i386 - Python 2 bindings for Qt5's SVG module (de p python-pyqt5.qtwebkit - Python 2 bindings for Qt5's WebKit module p python-pyqt5.qtwebkit:i386 - Python 2 bindings for Qt5's WebKit module p python-pyqt5.qtwebkit-dbg - Python 2 bindings for Qt5's WebKit module p python-pyqt5.qtwebkit-dbg:i386 - Python 2 bindings for Qt5's WebKit module p python-pyqt5.qtwebsockets - Python 2 bindings for Qt5's WebSockets mod p python-pyqt5.qtwebsockets:i386 - Python 2 bindings for Qt5's WebSockets mod p python-pyqt5.qtwebsockets-dbg - Python 2 bindings for Qt5's WebSockets mod p python-pyqt5.qtwebsockets-dbg:i - Python 2 bindings for Qt5's WebSockets mod p python-pyqt5.qtx11extras - Python 2 bindings for QtX11Extras module p python-pyqt5.qtx11extras:i386 - Python 2 bindings for QtX11Extras module p python-pyqt5.qtx11extras-dbg - Python 2 bindings for QtX11Extras module ( p python-pyqt5.qtx11extras-dbg:i3 - Python 2 bindings for QtX11Extras module ( p python-pyqt5.qtxmlpatterns - Python 2 bindings for Qt5's XmlPatterns mo p python-pyqt5.qtxmlpatterns:i386 - Python 2 bindings for Qt5's XmlPatterns mo p python-pyqt5.qtxmlpatterns-dbg - Python 2 bindings for Qt5's XmlPatterns mo p python-pyqt5.qtxmlpatterns-dbg: - Python 2 bindings for Qt5's XmlPatterns mo p python3-dbus.mainloop.pyqt5 - D-Bus Qt main loop support for Python 3 p python3-dbus.mainloop.pyqt5:i38 - D-Bus Qt main loop support for Python 3 p python3-dbus.mainloop.pyqt5-dbg - D-Bus Qt main loop support for Python 3 (d p python3-dbus.mainloop.pyqt5-dbg - D-Bus Qt main loop support for Python 3 (d i A python3-pyqt5 - Python 3 bindings for Qt5 p python3-pyqt5:i386 - Python 3 bindings for Qt5 p python3-pyqt5-dbg - Python 3 bindings for Qt5 (debug extension p python3-pyqt5-dbg:i386 - Python 3 bindings for Qt5 (debug extension p python3-pyqt5.enginio - Python 3 bindings for Enginio library p python3-pyqt5.enginio:i386 - Python 3 bindings for Enginio library p python3-pyqt5.enginio-dbg - Python 3 bindings for Enginio library (deb p python3-pyqt5.enginio-dbg:i386 - Python 3 bindings for Enginio library (deb p python3-pyqt5.qsci - Python 3 bindings for QScintilla 2 with Qt p python3-pyqt5.qsci:i386 - Python 3 bindings for QScintilla 2 with Qt p python3-pyqt5.qsci-dbg - Python 3 bindings for QScintilla 2 (Qt 5 d p python3-pyqt5.qsci-dbg:i386 - Python 3 bindings for QScintilla 2 (Qt 5 d p python3-pyqt5.qtmultimedia - Python 3 bindings for Qt5's Multimedia mod p python3-pyqt5.qtmultimedia:i386 - Python 3 bindings for Qt5's Multimedia mod p python3-pyqt5.qtmultimedia-dbg - Python 3 bindings for Qt5's Multimedia mod p python3-pyqt5.qtmultimedia-dbg: - Python 3 bindings for Qt5's Multimedia mod p python3-pyqt5.qtopengl - Python 3 bindings for Qt5's OpenGL module p python3-pyqt5.qtopengl:i386 - Python 3 bindings for Qt5's OpenGL module p python3-pyqt5.qtopengl-dbg - Python 3 bindings for Qt5's OpenGL module p python3-pyqt5.qtopengl-dbg:i386 - Python 3 bindings for Qt5's OpenGL module p python3-pyqt5.qtpositioning - Python 3 bindings for QtPositioning module p python3-pyqt5.qtpositioning:i38 - Python 3 bindings for QtPositioning module p python3-pyqt5.qtpositioning-dbg - Python 3 bindings for QtPositioning module p python3-pyqt5.qtpositioning-dbg - Python 3 bindings for QtPositioning module p python3-pyqt5.qtquick - Python 3 bindings for QtQuick module p python3-pyqt5.qtquick:i386 - Python 3 bindings for QtQuick module p python3-pyqt5.qtquick-dbg - Python 3 bindings for QtQuick module (debu p python3-pyqt5.qtquick-dbg:i386 - Python 3 bindings for QtQuick module (debu p python3-pyqt5.qtsensors - Python 3 bindings for QtSensors module p python3-pyqt5.qtsensors:i386 - Python 3 bindings for QtSensors module p python3-pyqt5.qtsensors-dbg - Python 3 bindings for QtSensors module (de p python3-pyqt5.qtsensors-dbg:i38 - Python 3 bindings for QtSensors module (de p python3-pyqt5.qtserialport - Python 3 bindings for QtSerialPort module p python3-pyqt5.qtserialport:i386 - Python 3 bindings for QtSerialPort module p python3-pyqt5.qtserialport-dbg - Python 3 bindings for QtSerialPort module p python3-pyqt5.qtserialport-dbg: - Python 3 bindings for QtSerialPort module p python3-pyqt5.qtsql - Python 3 bindings for Qt5's SQL module p python3-pyqt5.qtsql:i386 - Python 3 bindings for Qt5's SQL module p python3-pyqt5.qtsql-dbg - Python 3 bindings for Qt5's SQL module (de p python3-pyqt5.qtsql-dbg:i386 - Python 3 bindings for Qt5's SQL module (de p python3-pyqt5.qtsvg - Python 3 bindings for Qt5's SVG module p python3-pyqt5.qtsvg:i386 - Python 3 bindings for Qt5's SVG module p python3-pyqt5.qtsvg-dbg - Python 3 bindings for Qt5's SVG module (de p python3-pyqt5.qtsvg-dbg:i386 - Python 3 bindings for Qt5's SVG module (de p python3-pyqt5.qtwebkit - Python 3 bindings for Qt5's WebKit module p python3-pyqt5.qtwebkit:i386 - Python 3 bindings for Qt5's WebKit module p python3-pyqt5.qtwebkit-dbg - Python 3 bindings for Qt5's WebKit module p python3-pyqt5.qtwebkit-dbg:i386 - Python 3 bindings for Qt5's WebKit module p python3-pyqt5.qtwebsockets - Python 3 bindings for Qt5's WebSockets mod p python3-pyqt5.qtwebsockets:i386 - Python 3 bindings for Qt5's WebSockets mod p python3-pyqt5.qtwebsockets-dbg - Python 3 bindings for Qt5's WebSockets mod p python3-pyqt5.qtwebsockets-dbg: - Python 3 bindings for Qt5's WebSockets mod p python3-pyqt5.qtx11extras - Python 3 bindings for QtX11Extras module p python3-pyqt5.qtx11extras:i386 - Python 3 bindings for QtX11Extras module p python3-pyqt5.qtx11extras-dbg - Python 3 bindings for QtX11Extras module ( p python3-pyqt5.qtx11extras-dbg:i - Python 3 bindings for QtX11Extras module ( p python3-pyqt5.qtxmlpatterns - Python 3 bindings for Qt5's XmlPatterns mo p python3-pyqt5.qtxmlpatterns:i38 - Python 3 bindings for Qt5's XmlPatterns mo p python3-pyqt5.qtxmlpatterns-dbg - Python 3 bindings for Qt5's XmlPatterns mo p python3-pyqt5.qtxmlpatterns-dbg - Python 3 bindings for Qt5's XmlPatterns mo только я несовсем понимаю это найдено в репозитории
0
|
|
|
2742 / 2341 / 620
Регистрация: 19.03.2012
Сообщений: 8,830
|
||||||
| 05.06.2016, 22:23 | ||||||
![]() Добавлено через 1 минуту
0
|
||||||
|
5907 / 3359 / 1036
Регистрация: 03.11.2009
Сообщений: 10,008
|
|
| 06.06.2016, 12:57 | |
|
Записал установку пипом, - чистый убёнтыш, только установлены все апдейты и все:
0
|
|
|
|
||||||
| 06.06.2016, 13:43 | ||||||
0
|
||||||
| 06.06.2016, 13:43 | |
|
Помогаю со студенческими работами здесь
20
Установка модуля ubuntu Qt5, Ubuntu. Не собирается проект с Opengl Как правильно скомпилировать Qt5 для arm64 на Ubuntu 22.04? Установка компелятора QT5 Установка Qt5.1.1 Debian Искать еще темы с ответами Или воспользуйтесь поиском по форуму: |
|
| Опции темы | |
|
|
Новые блоги и статьи
|
|||
|
сукцессия микоризы: основная теория в виде двух уравнений.
anaschu 11.01.2026
https:/ / rutube. ru/ video/ 7a537f578d808e67a3c6fd818a44a5c4/
|
WordPad для Windows 11
Jel 10.01.2026
WordPad для Windows 11
— это приложение, которое восстанавливает классический текстовый редактор WordPad в операционной системе Windows 11. После того как Microsoft исключила WordPad из. . .
|
Classic Notepad for Windows 11
Jel 10.01.2026
Old Classic Notepad for Windows 11
Приложение для Windows 11, позволяющее пользователям вернуть классическую версию текстового редактора «Блокнот» из Windows 10. Программа предоставляет более. . .
|
Почему дизайн решает?
Neotwalker 09.01.2026
В современном мире, где конкуренция за внимание потребителя достигла пика, дизайн становится мощным инструментом для успеха бренда. Это не просто красивый внешний вид продукта или сайта — это. . .
|
|
Модель микоризы: классовый агентный подход 3
anaschu 06.01.2026
aa0a7f55b50dd51c5ec569d2d10c54f6/
O1rJuneU_ls
https:/ / vkvideo. ru/ video-115721503_456239114
|
Owen Logic: О недопустимости использования связки «аналоговый ПИД» + RegKZR
ФедосеевПавел 06.01.2026
Owen Logic: О недопустимости использования связки «аналоговый ПИД» + RegKZR
ВВЕДЕНИЕ
Введу сокращения:
аналоговый ПИД — ПИД регулятор с управляющим выходом в виде числа в диапазоне от 0% до. . .
|
Модель микоризы: классовый агентный подход 2
anaschu 06.01.2026
репозиторий https:/ / github. com/ shumilovas/ fungi
ветка по-частям.
коммит Create переделка под биомассу. txt
вход sc, но sm считается внутри мицелия. кстати, обьем тоже должен там считаться. . . .
|
Расчёт токов в цепи постоянного тока
igorrr37 05.01.2026
/ *
Дана цепь постоянного тока с сопротивлениями и напряжениями. Надо найти токи в ветвях.
Программа составляет систему уравнений по 1 и 2 законам Кирхгофа и решает её.
Последовательность действий:. . .
|