Could not find a version that satisfies the requirement scheduler==0.8.4
Hi. Dont understand why railway cant find package cuz its available on pipy - https://pypi.org/project/scheduler/ and I dont have problems with it on other vps or local launch
PyPI
scheduler
A simple in-process python scheduler library with asyncio, threading and timezone support. Use datetime standard library objects for planning of Jobs depending on time cycles, fixed times, weekdays, dates, weights, offsets and execution counts.
5 Replies
Project ID:
2050b8a5-e05d-4d09-b1cc-af23593a8258
2050b8a5-e05d-4d09-b1cc-af23593a8258
You might find these helpful:
- unable to install libsndfile1
- Is it possible to use conda to install dependencies for Python project on Railway?
- Heroku to Railway Err: Could not find Python
⚠️ experimental feature
yeah it's a pretty crappy error message, that message can also be shown when you're on a python version that the package doesn't support
railway will use python 3.8 by default, what version are you using locally?
Yes, thank you for this answer) I have also problem with server run and found that should set my python version in env variable. All works fine now