running ileapp GUI #405
Unanswered
huddledfiber
asked this question in
Q&A
Replies: 2 comments 2 replies
-
3.11 is not supported currently.
ALEAPP and RLEAPP do support 3.10 & 3.11. Don't forget to pip install -r
requirements for each Python version you are running in your system.
…On Tue, Jan 17, 2023 at 2:07 PM huddledfiber ***@***.***> wrote:
It's been a while, but I have successfully used the ileappGUI.py on my
machine. When I tried today I'm getting these errors.
Traceback (most recent call last):
File "C:\iLEAPP-master\ileappGUI.py", line 4, in
import ileapp
File "C:\iLEAPP-master\ileapp.py", line 6, in
import scripts.report as report
File "C:\iLEAPP-master\scripts\report.py", line 10, in
from scripts.ilapfuncs import logfunc
File "C:\iLEAPP-master\scripts\ilapfuncs.py", line 12, in
import simplekml
ModuleNotFoundError: No module named 'simplekml'
I updated python to newest version (3.11) and downloaded and extracted the
newest version of ileapp from Github. Still getting errors.
—
Reply to this email directly, view it on GitHub
<#405>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG3DPCZ6H3QSBAH4OVKKYMLWS3UWNANCNFSM6AAAAAAT6HATD4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes. Make sure you do pip3.8 install -r requirements.txt
…On Tue, Jan 17, 2023 at 2:13 PM huddledfiber ***@***.***> wrote:
I have 3.8 as well. That should work then?
—
Reply to this email directly, view it on GitHub
<#405 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG3DPC4P5WQML3VVY7CTA63WS3VOFANCNFSM6AAAAAAT6HATD4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's been a while, but I have successfully used the ileappGUI.py on my machine. When I tried today I'm getting these errors.
Traceback (most recent call last):
File "C:\iLEAPP-master\ileappGUI.py", line 4, in
import ileapp
File "C:\iLEAPP-master\ileapp.py", line 6, in
import scripts.report as report
File "C:\iLEAPP-master\scripts\report.py", line 10, in
from scripts.ilapfuncs import logfunc
File "C:\iLEAPP-master\scripts\ilapfuncs.py", line 12, in
import simplekml
ModuleNotFoundError: No module named 'simplekml'
I updated python to newest version (3.11) and downloaded and extracted the newest version of ileapp from Github. Still getting errors.
Beta Was this translation helpful? Give feedback.
All reactions