--
You received this message because you are subscribed to the Google Groups "AequilibraE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to aequilibrae...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/aequilibrae/390e7335-7017-4882-b080-f93a39a3866en%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/aequilibrae/17a9dbb3dc3.37fc4f4928068.3439002645636637940%40margo.co.
To view this discussion on the web visit https://groups.google.com/d/msgid/aequilibrae/17aa001183b.61552a0830986.8988591949707114299%40margo.co.
Hi everybody,As I couldn´t find the messages about versions in the group, I tried with Qgis 3.14.16-P , Aequilibrae can´t install correctly:Please, Is it a recommended version to install on windows?Regards,Clément
To view this discussion on the web visit https://groups.google.com/d/msgid/aequilibrae/17aa0279aed.529e77a231017.6513603793661592599%40margo.co.
I was using version 3.18 and I was able to make the assignment 3 months ago.
I understand that this changed to version 3.16 but I already tried to install version 3.16.8 but it does not allow me to download binaries and the extra packages.
I already run the program as administrator and it doesn't work either
I already update the python to the most current versión (21.1.3)but it didn´t work too.
I already download QGIS alone or with your OSGEO installer and it doesn't work(this had worked for me before).
So I don't have any more ideas at the moment
Marco
To view this discussion on the web visit https://groups.google.com/d/msgid/aequilibrae/0e9b99c1-0d0f-459f-aadf-0d53375d4684n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/aequilibrae/17aa7a718e1.42bce67538018.4872652473792506076%40margo.co.

To view this discussion on the web visit https://groups.google.com/d/msgid/aequilibrae/17aa0279aed.529e77a231017.6513603793661592599%40margo.co.

Hi! Well Pedro, thanks for your help!Finally, I restored o Windows in a date before I installed Qgis 3.14.16 P so as to delete old configuration files.As install Aequilibrae, appears sucesso na instalação, but without showing the Aequilibrae windows:
Is it a way to show the Aeq window when Qgis doesn´t do it?Abs!
To view this discussion on the web visit https://groups.google.com/d/msgid/aequilibrae/17aa768f7fb.4b845d9836481.947502286325339133%40margo.co.
Impossível carregar complemento 'AequilibraE' Devido a um erro ao chamar o método Class Factory().
ImportError: DLL load failed: Não foi possível encontrar o módulo especificado.
Traceback (most recent call last):
File "C:/PROGRA~1/QGIS3~1.14/apps/qgis/./python\qgis\utils.py", line 334, in _startPlugin
plugins[packageName] = package.classFactory(iface)
File "C:/Users/55839/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\AequilibraE\__init__.py", line 32, in classFactory
from .AequilibraEMenu import AequilibraEMenu
File "C:/PROGRA~1/QGIS3~1.14/apps/qgis/./python\qgis\utils.py", line 792, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:/Users/55839/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\AequilibraE\AequilibraEMenu.py", line 24, in
from .common_tools import ParameterDialog, GetOutputFileName, LogDialog
File "C:/PROGRA~1/QGIS3~1.14/apps/qgis/./python\qgis\utils.py", line 792, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:/Users/55839/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\AequilibraE\common_tools\__init__.py", line 5, in
from .load_graph_layer_setting_dialog import LoadGraphLayerSettingDialog
File "C:/PROGRA~1/QGIS3~1.14/apps/qgis/./python\qgis\utils.py", line 792, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:/Users/55839/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\AequilibraE\common_tools\load_graph_layer_setting_dialog.py", line 33, in
from aequilibrae.project import Project
File "C:/PROGRA~1/QGIS3~1.14/apps/qgis/./python\qgis\utils.py", line 792, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\Users\55839\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\AequilibraE\aequilibrae\aequilibrae\__init__.py", line 3, in
from aequilibrae import distribution
File "C:/PROGRA~1/QGIS3~1.14/apps/qgis/./python\qgis\utils.py", line 792, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\Users\55839\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\AequilibraE\aequilibrae\aequilibrae\distribution\__init__.py", line 1, in
from .ipf import Ipf
File "C:/PROGRA~1/QGIS3~1.14/apps/qgis/./python\qgis\utils.py", line 792, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\Users\55839\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\AequilibraE\aequilibrae\aequilibrae\distribution\ipf.py", line 26, in
from ..matrix import AequilibraeData
File "C:/PROGRA~1/QGIS3~1.14/apps/qgis/./python\qgis\utils.py", line 792, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\Users\55839\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\AequilibraE\aequilibrae\aequilibrae\matrix\__init__.py", line 1, in
from .aequilibrae_matrix import AequilibraeMatrix, matrix_export_types
File "C:/PROGRA~1/QGIS3~1.14/apps/qgis/./python\qgis\utils.py", line 792, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\Users\55839\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\AequilibraE\aequilibrae\aequilibrae\matrix\aequilibrae_matrix.py", line 16, in
import openmatrix as omx
File "C:/PROGRA~1/QGIS3~1.14/apps/qgis/./python\qgis\utils.py", line 792, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\Users\55839\AppData\Roaming\Python\Python37\site-packages\openmatrix\__init__.py", line 3, in
import tables
File "C:/PROGRA~1/QGIS3~1.14/apps/qgis/./python\qgis\utils.py", line 792, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\Users\55839\AppData\Roaming\Python\Python37\site-packages\tables\__init__.py", line 99, in
from .utilsextension import (
File "C:/PROGRA~1/QGIS3~1.14/apps/qgis/./python\qgis\utils.py", line 792, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ImportError: DLL load failed: Não foi possível encontrar o módulo especificado.
Versão do Python: 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)]
Versão do QGIS: 3.14.16-Pi Pi, df27394552
Caminho do Python:
To view this discussion on the web visit https://groups.google.com/d/msgid/aequilibrae/17ab1ded9f3.eac761b45162.7232075322507599296%40margo.co.
To view this discussion on the web visit https://groups.google.com/d/msgid/aequilibrae/CAOc3u%3DV%2BtS6VJGwAO2ROii2hDKndzWuQ1L1MMq4%2BQEic0TTXNQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/aequilibrae/17ab4a03edc.57c6e67246018.2718200694743341623%40margo.co.
To view this discussion on the web visit https://groups.google.com/d/msgid/aequilibrae/CAOc3u%3DV76yihCwoLaPsRBymydVzk5Sw7MhGLu5tGnv50ENY7sg%40mail.gmail.com.
import openmatrix as omx
C:/Users/55839/AppData/Roaming/QGIS/QGIS3
To view this discussion on the web visit https://groups.google.com/d/msgid/aequilibrae/CAOc3u%3DV76yihCwoLaPsRBymydVzk5Sw7MhGLu5tGnv50ENY7sg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/aequilibrae/17ab4ae8754.35daa3a046022.4493847597546195347%40margo.co.