Ahh so you’ve attempted to use a different messenger to Celery? I was looking at using Huey just to get through this section of the course. Came up against the same Linux v Windows issue as I mention below though.
Question: Were you installing linux and using the WSL approach for Windows?
That’s the issue I’m having. I think the problem with my setup is that Python3.10 (which isn’t supported by Celery) is installed in my linux environment on windows and I’m struggling to figure out how to downgrade to Python3.9 without breaking everything. The breaking I have done a couple times already which was followed by complete reinstalls haha.
Can you please write every step here for installing celery if possible? I sorted out many errors but at last, it’s showing me an error at pipenv install. It’s failing to install and not able to create a virtual environment.
Heyy, i don’t know if you’re still interested in the course, but i feel your frustration when you made this post. I was also frustrated had to abandon the course since last year but randomly opened it this month and found a solution through the help of chatgpt of course lol… So it’s running celery inside a docker container instead of wsl. Wsl was a real pain. Read here… https://twitter.com/_ddddami/status/1634694329665986562?t=d-nLthcHZPDUdiWzkZXOXw&s=19
I hope this helos anyone stuck
I don’t know what you mean by query but the trick was running celery inside a docker container instead of using wsl ubuntu and all that which for caused a lot of weird errors. Read the chat here… https://chat.openai.com/chat/635139f9-1443-49b2-8017-d04d09f12f8e If you’re unable to read the chats, inform me so ill send screenshots instead. But you should be able to view it from your end
Must say/write. I know a bit about computers and security, still that part troubled me for two days.
I can’t really recall how I solved it, but the missing ‘Remote - WSL’ extension in Virtual Studio Code have shaken my ship. Now it’s sorta running.
This issue lowers the quality of your Django course from “WOW, perfect!” into “Standard online course”
Hi there, I feel how things go… if all things go bad then reinstall all or some programs. That usually helps. If not, reset your windows pc and then install all the newest version of everything (just dont forget to save your projects on a hardrive). If I get stuck more than 3 days on something and used all stackflows advice, I know its not the code but the either one of the apps are corrupt/missing info/interfering with one another etc.
Did anyone ever solve this problem. I am trying to use WSL2 to set up an Ubuntu environment for Celery, but I keep getting constant errors while trying to install packages. First time around, MySQL refused to work. The second time, Pip would not work. I’ve tried using GPT to solve this, and scraped through stack overflow, but I have no luck.