We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Capatex
5 years agoHelpful | Level 5
Linux Dropbox: fatal python exception
Hi everybody, I am new to linux, taking over responsibilty due to a colleague leaving and im very lost. Yesterday, I checked the drobox status on the terminal and it was stuck on dropbox upgrading....
- 5 years ago
Hi everyone,
On this thread different troubles are posted! Most of them are related to missing library assignment declaration (library package in fact). For Ubuntu and other debian derived packaging systems, package name is "libatomic1". For RPM based - "libatomic". Workaround to this Dropbox developers fault could be installing the corresponding package by hands. For example, installation command, in Ubuntu, is:
sudo apt-get install libatomic1
On other systems, equivalent commands could be used.
Hope this helps. :wink:
PS: On Fedora usable command is:
sudo dnf install libatomic
Здравко
Legendary | Level 20
Hi everyone,
On this thread different troubles are posted! Most of them are related to missing library assignment declaration (library package in fact). For Ubuntu and other debian derived packaging systems, package name is "libatomic1". For RPM based - "libatomic". Workaround to this Dropbox developers fault could be installing the corresponding package by hands. For example, installation command, in Ubuntu, is:
sudo apt-get install libatomic1
On other systems, equivalent commands could be used.
Hope this helps. :wink:
PS: On Fedora usable command is:
sudo dnf install libatomic
bhuskey
5 years agoHelpful | Level 5
This workaround fixed my issue. Thank you.
- grtz5 years agoNew member | Level 2
for me aswell
- Cortex765 years agoNew member | Level 2
Hello
I had to install several packages in order to bypass the error, including libatomic bus as well :
libxshmfence-dev
libxcb-present-dev
libxcb-dri3-dev
libxcb-dri2-0-dev
libxcb-glx0-dev
libxdamage-dev
libxext6
libglapi-mesa
libatomic1That should be included in the package, dont you think ?
- Здравко5 years agoLegendary | Level 20
Hi Cortex76,
That's exactly what Dropbox tries to do (not always successfully). Such a strategy is very wrong! The only right way is proper declaration of needed packages, not include them in one place (systems change over time). The exact reason related to libatomic1 was missing declaration and Dropbox developers rely this package exists in all cases, which isn't true. What they do - not declare needed, but instead libatomic1 content gets included in the application. What's result - the Dropbox application package gets bigger and bigger over time, which could be avoided, nothing more.
About Create, upload, and share
Find help to solve issues with creating, uploading, and sharing files and folders in Dropbox. Get support and advice from the Dropbox Community.
Need more support
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!