You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fresh Ubuntu Server install with updated package lists and latest upgrades. Displayed on my Kali Linux instance also with fresh installs.
Ran on a Raspberry Pi 4.
Used the install agent provided on the Dataplicity website.
sudo supervisorctl tail tuxtunnel displays:
ort Version
File "/home/dataplicity/.pex/unzipped_pexes/0ead05278ab3d54afe6c974e5470f83061f0e860/.bootstrap/pex/pep_440.py", line 17, in <module>
from pex.third_party import attr
ImportError: cannot import name 'attr' from 'pex.third_party' (/home/dataplicity/.pex/unzipped_pexes/0ead05278ab3d54afe6c974e5470f83061f0e860/.bootstrap/pex/third_party/__init__.py)
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88 in _run_code
File "/home/dataplicity/.pex/unzipped_pexes/0ead05278ab3d54afe6c974e5470f83061f0e860/__main__.py", line 85, in <module>
from pex.pex_bootstrapper import bootstrap_pex
File "/home/dataplicity/.pex/unzipped_pexes/0ead05278ab3d54afe6c974e5470f83061f0e860/.bootstrap/pex/pex_bootstrapper.py", line 12, in <module>
from pex.environment import ResolveError
File "/home/dataplicity/.pex/unzipped_pexes/0ead05278ab3d54afe6c974e5470f83061f0e860/.bootstrap/pex/environment.py", line 12, in <module>
from pex import dist_metadata, pex_warnings, targets
File "/home/dataplicity/.pex/unzipped_pexes/0ead05278ab3d54afe6c974e5470f83061f0e860/.bootstrap/pex/dist_metadata.py", line 25, in <module>
from pex.pep_440 import Version
File "/home/dataplicity/.pex/unzipped_pexes/0ead05278ab3d54afe6c974e5470f83061f0e860/.bootstrap/pex/pep_440.py", line 17, in <module>
from pex.third_party import attr
ImportError: cannot import name 'attr' from 'pex.third_party' (/home/dataplicity/.pex/unzipped_pexes/0ead05278ab3d54afe6c974e5470f83061f0e860/.bootstrap/pex/third_party/__init__.py)
tuxtunnel FATAL Exited too quickly (process log may have details)
The text was updated successfully, but these errors were encountered:
JustAnEric
changed the title
Error on Ubuntu Server 24.04.1 LTS: pex ImportError
Error on Ubuntu Server 24.04.1 LTS (RPI4): pex ImportError
Oct 4, 2024
Fresh Ubuntu Server install with updated package lists and latest upgrades. Displayed on my Kali Linux instance also with fresh installs.
Ran on a Raspberry Pi 4.
Used the install agent provided on the Dataplicity website.
sudo supervisorctl tail tuxtunnel
displays:From
cat /etc/os-release
: (not complete file)From
sudo supervisorctl tail tuxtunnel
:The text was updated successfully, but these errors were encountered: