ouhft / diakonia-open

Ministers to the data needs of the departments. Collection of custom app developments for clinical data analysis or support.
https://ouhft.github.io/
MIT License
2 stars 1 forks source link

Project Installation Instruction FAILS on Windows #57

Closed gdvallance closed 8 years ago

gdvallance commented 8 years ago

Running equivalent of pip install -r diakonia-repo/requirements/development.txt fails on Windows.

Specifically,

Requirement already satisfied (use --upgrade to upgrade): lxml in c:\users\grant.vallance\appdata\local\continuum\anaconda3\lib\site-packages (from -r requirements\common.txt (line 10))
Collecting gnureadline (from -r requirements\development.txt (line 4))
  Downloading gnureadline-6.3.3.tar.gz (2.5MB)
    100% |################################| 2.5MB 403kB/s
    Complete output from command python setup.py egg_info:
    Error: this module is not meant to work on Windows (try pyreadline instead)

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\GRANT~1.VAL\AppData\Local\Temp\pip-build-v3sp13hv\gnureadline\

So DEV requirements not cross-platform.

RECOMMENDATION: (1) Make DEV requirements cross-platform; OR/ (2) Create separate Windows/Linux install instructions.

marshalc commented 8 years ago

To shorten the Slack hosted discussion on this topic: