this post was submitted on 03 Jul 2023
66 points (100.0% liked)

Python

99 readers
1 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

📅 Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
💓 Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
 

After seeing the work someone else did with migrating your subscriptions across accounts. I took their code and expanded upon it to fully synchronize your Lemmy instance accounts.

Feel free to give it a try. It's been useful for me to have accounts in multiple instances with the instability problems right now from the big influx of users.

Let me know what you think. Hopefully it can help a few people.

you are viewing a single comment's thread
view the rest of the comments
[–] cnqr 1 points 1 year ago* (last edited 1 year ago)

Without the actual error message, it is nearly impossible to help.

 

But, it sounds like you have an earlier Python 3 version that doesn’t support advanced type hints. Installing Python 3.8.x and trying again might help.

 

Again, without the actual error message this is a complete shot in the dark.