Skip to content

Fix #2559: Remove obsolete virtualenv and legacy installation errors from FAQ#4981

Open
jaideepj2004 wants to merge 1 commit into
Cloud-CV:masterfrom
jaideepj2004:remove-obsolete-faq-2559
Open

Fix #2559: Remove obsolete virtualenv and legacy installation errors from FAQ#4981
jaideepj2004 wants to merge 1 commit into
Cloud-CV:masterfrom
jaideepj2004:remove-obsolete-faq-2559

Conversation

@jaideepj2004
Copy link
Copy Markdown
Contributor

This PR removes outdated troubleshooting content from the developer FAQ that is no longer relevant with the current Docker-based setup.

Changes

  • Removed pip/virtualenv installation error troubleshooting (lines removed: ~50)
  • Removed bower command not found error
  • Removed gulp command not found and sass installation errors
  • Removed npm proxy/network configuration errors (including Python 2.7 path references)
  • Removed karma and mocha reporter errors
  • Removed Python 2.7 version-specific errors from database seeding
  • Updated "How to setup EvalAI" to recommend Docker-based environment

Sections Removed

All removed sections are incompatible with the current Docker-based workflow:

  • pip install -r dev/requirement.txt errors (psycopg2, libpq-dev)
  • Django import errors with virtualenv activation instructions
  • Mocha reporter errors
  • bower installation
  • gulp installation and sass gem errors
  • npm proxy configuration (with Python-2.7.14 path examples)
  • npm karma installation warnings
  • gulp bower_components errors

Sections Kept

  • Docker-related errors (Cannot GET , port 5432 conflicts, compose version)
  • pytest pycache errors in Docker
  • PostgreSQL authentication errors
  • Database seeding errors (general)
  • evalai directory naming issues with Docker images

Related Issue

Fixes #2559

Testing

  • Verified all Docker-related FAQs are retained
  • Confirmed removed content references virtualenv/bower/gulp/npm
  • Markdown syntax is valid

… errors from FAQ

- Removed outdated pip/virtualenv installation instructions
- Removed bower, gulp, npm, and sass installation errors
- Removed Python 2.7 specific errors
- Removed proxy/network configuration for npm
- Removed karma and mocha errors
- Kept only Docker-related errors relevant to current setup
- Updated setup recommendation to use Docker-based environment

All removed sections are incompatible with the current Docker-based workflow.
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.

Remove the common errors

1 participant