Skip to content

Railway Deployment #ff2fec fix: remove Windows-only and dev packages - #3

Open
railway-app[bot] wants to merge 1 commit into
mainfrom
railway/fix-deploy-ff2fec
Open

Railway Deployment #ff2fec fix: remove Windows-only and dev packages#3
railway-app[bot] wants to merge 1 commit into
mainfrom
railway/fix-deploy-ff2fec

Conversation

@railway-app

@railway-app railway-app Bot commented Jun 20, 2026

Copy link
Copy Markdown

Problem

The Railway Linux build fails during pip install -r requirements.txt because the requirements file was generated on Windows and contains Windows-only packages (pywin32, pypiwin32, win32-setctime) that cannot be installed on Linux. The file also contained pywinpty (now absent) and numerous Jupyter/notebook/dev packages not needed for the Django+Gunicorn production server.

Solution

Removed all Windows-only packages (pywin32, pypiwin32, win32-setctime) and all Jupyter/development packages (jupyter, jupyterlab, ipykernel, ipython, ipywidgets, debugpy, pytest, notebook, nbconvert, nbclient, nbformat, terminado, Send2Trash, widgetsnbextension, and related) from requirements.txt. The file was also cleaned up from mixed CRLF/LF line endings introduced during editing. This unblocks the Linux build while keeping all packages needed for the production Django deployment.

Changes

  • Modified requirements.txt

Context

  • Deployment: #ff2fec
  • Failed commit: 037894c

Generated by Railway

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants