Replies: 2 comments
-
Hi, first and foremost: thank you for bringing this up. Secondly, this should be a part of the issues tab, but don’t worry about that now. This seems to be related to Python 3.12 not having |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for responding to me directly. Unfortunately, I will be traveling
for the next 2 weeks and will not get to try it out until then.
Jeff
…On Mon, Oct 9, 2023 at 9:33 PM Mladen Golo ***@***.***> wrote:
Closed #36 <control-toolbox/control-toolbox.github.io#36> as
resolved.
—
Reply to this email directly, view it on GitHub
<#36>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDEGEUQADM22UGAPYJI6PKTX6SQXBAVCNFSM6AAAAAA5X66SU6VHI2DSMVQWIX3LMV45UABEIRUXGY3VONZWS33OIV3GK3TUHI5E433UNFTGSY3BORUW63R3HA4TQOBRGE>
.
You are receiving this because you authored the thread.Message ID:
<KernelWanderers/OCSysInfo/repo-discussions/36/discussion_event/898811@
github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have been beating my head agains the monitor for days on this. I followed all directions to download the dependancies and continue to get this error:
jeff@bobs-iMac OCSysinfo % python3.12 main.py
Traceback (most recent call last):
File "/Users/Jeff/OCSysInfo/main.py", line 5, in
main()
File "/Users/Jeff/OCSysInfo/src/main.py", line 4, in main
from src.util.missing_dep import Requirements
File "/Users/Jeff/OCSysInfo/src/util/missing_dep.py", line 3, in
from pkg_resources import require, DistributionNotFound
ModuleNotFoundError: No module named 'pkg_resources'
Any suggestions would be appreciated.
Jeff
Beta Was this translation helpful? Give feedback.
All reactions