Failed to find entry point
- oushadz
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
25 Apr 2024 13:08 - 26 Apr 2024 04:00 #299065
by oushadz
Failed to find entry point was created by oushadz
Hello,
I installed qtpyvcp and linuxcnc but I get the error "Failed to find entry point: argecnc". I could not find the solution in the forum.
I installed qtpyvcp and linuxcnc but I get the error "Failed to find entry point: argecnc". I could not find the solution in the forum.
[qtpyvcp.app.launcher][ERROR] Failed to find entry point: argecnc (launcher.py:176)
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/qtpyvcp/app/launcher.py", line 174, in _load_vcp_from_entry_point
vcp = entry_points[vcp_name.lower()].load()
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
KeyError: 'argecnc'
[qtpyvcp.app.launcher][ERROR] Could not load /home/mavijet/argecnc, make sure that the name or file path is correct. (launcher.py:134)
Shutting down and cleaning up LinuxCNC...
Running HAL shutdown script
task: 5 cycles, min=0.000008, max=0.010064, avg=0.003108, 0 latency excursions (> 10x expected cycle time of 0.010000s)
hm2_eth: in hm2_eth_reset
hm2_eth: HostMot2 ethernet driver unloaded
hm2: unloading
Note: Using POSIX realtime
Last edit: 26 Apr 2024 04:00 by oushadz.
Please Log in or Create an account to join the conversation.
- Aciera
- Away
- Administrator
Less
More
- Posts: 3996
- Thank you received: 1727
26 Apr 2024 17:20 #299126
by Aciera
Replied by Aciera on topic Failed to find entry point
[qtpyvcp.app.launcher][ERROR] Could not load /home/mavijet/argecnc, make sure that the name or file path is correct. (launcher.py:134)
Seems that you are trying to load something that does not exist.
Seems that you are trying to load something that does not exist.
Please Log in or Create an account to join the conversation.
Time to create page: 0.052 seconds