Sometimes the build can run slowly. I’m not a fan of pot watching so I normally hit a run in IDE to start a build then go an make a cup of tea. On the rare occasions they error out, it’s just a case of being patient. It always comes right in the end.
Ah, I’ve been finding that’s a bit glitchy at the moment. Rather than click build now, close that tab then hit run. You’ll see the console saying it’s starting the build, then reopen the Python bit and you’ll see the build dialogue running. Not sure why it’s like this right now, but that seems to do the trick. And at that point, flick the kettle on and come back in a few!
One more thing worth mentioning: you can trigger the build on a dummy app on the same account. Then, after the build success on any app on your account, you can copy the list of dependencies to any other app, and the cached environment will be used without need to rebuild.
Hi, tried to install pickle and got this message:
No solution found when resolving dependencies:
╰─▶ Because pickle was not found in the package registry and you require
pickle, we can conclude that the requirements are unsatisfiable.
Am I using the wrong python base package? I am on the free plan, using Python 3.10 (Beta), Base Package Standard ( same error with Minimal )
When I try to use Basic Python 3 and then click on Install Custom Packages, the selection for Python automagically jumps back to Python 3.10 (Beta).
What am I doing wrong? Or do I need to upgrade to at least hobby, which then lets me use Full Python 3?