eric ide

Issue435

Classification
Title: Installation Error
Type: crash Product: eric7
Process
Priority: critical    
Status: closed Resolution: outside project
Superseder: Nosy List: detlev, rfrerich
Assigned to: Keywords:

Created on 2022-07-18.09:41:37 by rfrerich, last changed by detlev.

Messages (6.0)
msg1652 (view) Author: detlev Date: 2022-07-18.10:10:41
Never mind.
msg1651 (view) Author: rfrerich Date: 2022-07-18.10:08:26
I found the error. I updated pip in the linux directory but not in the environment.

Thank you.
msg1650 (view) Author: detlev Date: 2022-07-18.09:53:59
That sound right. It is strange because PyPI has a PyQt6-Charts-Qt6 wheel for all 
platforms. Please try to install that manually with "<path to venv>/bin/python3 -m pip 
install PyQt6-Charts-Qt6". At the moment I have no idea, why this failed.
msg1649 (view) Author: rfrerich Date: 2022-07-18.09:48:58
I updated pip before and used a new environment
msg1648 (view) Author: detlev Date: 2022-07-18.09:45:48
These sort of issues usually indicate a version of pip, that is too old. Did you try 
install in a Python virtual environment (venv)?
msg1647 (view) Author: rfrerich Date: 2022-07-18.09:41:37
I tried to install 22.7 and got this error message:
ERROR: Could not find a version that satisfies the requirement PyQt6-Charts-Qt6>=6.3.0 (from PyQt6-Charts>=6.2.0->eric-ide) (from versions: none)
ERROR: No matching distribution found for PyQt6-Charts-Qt6>=6.3.0 (from PyQt6-Charts>=6.2.0->eric-ide)

Also im am missing in the directory bin the file eric7_post_install and each file beginning whith eric_
History
Date User Action Args
2022-07-18 10:10:41detlevsetmessage_count: 5.0 -> 6.0
messages: + msg1652
resolution: outside project
status: new -> closed
2022-07-18 10:08:26rfrerichsetmessage_count: 4.0 -> 5.0
messages: + msg1651
2022-07-18 09:53:59detlevsetmessage_count: 3.0 -> 4.0
messages: + msg1650
2022-07-18 09:48:58rfrerichsetmessage_count: 2.0 -> 3.0
messages: + msg1649
2022-07-18 09:45:48detlevsetmessage_count: 1.0 -> 2.0
messages: + msg1648
nosy: + detlev
2022-07-18 09:41:37rfrerichcreate