sshaat
sshaat
RRailway
Created by sshaat on 6/7/2023 in #✋|help
Railway is not refreshing the deployment when i update my repo
I was using railway to host a python script so i can use it in a flutter app. it was working fine until suddenly it stopped redploying any changes I make to the repo. So when i change sth in the python code or in anything in the repository it doesnt redeploy in railway. Would appreciate the help.
8 replies
RRailway
Created by sshaat on 5/21/2023 in #✋|help
Problem installing dlib library in my railway environment
Project ID: 841bbdef-4033-4e74-953c-030beb316802 Project code: https://github.com/SeifShaat/Divine-Smile/tree/main I'm trying to install dlib in my railway environment because it's needed in my python script. dlib requires CMake to be installed first so I wrote CMake, dlib, numpy and opencv-python in a requirements.txt file and committed it but for some reason dlib doesnt install because it keeps saying that CMake has to be installed. Can anyone please help? Relevant log: #11 11.86 × Running setup.py install for dlib did not run successfully. #11 11.86 │ exit code: 1 #11 11.86 ╰─> [8 lines of output] #11 11.86 running install #11 11.86 running build #11 11.86 running build_py #11 11.86 package init file 'tools/python/dlib/__init__.py' not found (or not a regular file) #11 11.86 running build_ext #11 11.86 #11 11.86 ERROR: CMake must be installed to build dlib #11 11.86 #11 11.86 [end of output]
54 replies