prjemian / assign_gup

Assist in assigning APS GUPs to PRP members
http://assign_gup.readthedocs.io
0 stars 1 forks source link

RTD build fails for qt=4.* requirement #74

Open prjemian opened 4 years ago

prjemian commented 4 years ago

Trying to update the installation documentation today and RTD fails to build as stated.

Since this works locally, I suspect there is a problem with RTD and python 2.7 builds with Qt4. More pressure to upgrade (#73).

local build details ``` (bluesky_2020_5) prjemian@poof ~/.../assign_gup/docs $ conda env create --name latest --file ../environment.yml Collecting package metadata (repodata.json): done Solving environment: done Preparing transaction: done Verifying transaction: done Executing transaction: done Ran pip subprocess with arguments: ['/home/prjemian/Apps/anaconda/envs/latest/bin/python', '-m', 'pip', 'install', '-U', '-r', '/home/prjemian/Documents/projects/assign_gup/condaenv.ltrmkwt3.requirements.txt'] Pip subprocess output: Collecting versioneer Using cached https://files.pythonhosted.org/packages/95/b5/8bcf39663abc1fda6a2af6704062a44be13d3bc1ceca562a9c020fae8f36/versioneer-0.18-py2.py3-none-any.whl Collecting pyRestTable Using cached https://files.pythonhosted.org/packages/fa/83/e9d7d636bfd2f47ca6aeefadb992eba3fbad55c2817ccc0b3e010ca2dc91/pyRestTable-2020.0.2-py2.py3-none-any.whl Installing collected packages: versioneer, pyRestTable Successfully installed pyRestTable-2020.0.2 versioneer-0.18 # # To activate this environment, use # # $ conda activate latest # # To deactivate an active environment, use # # $ conda deactivate (bluesky_2020_5) prjemian@poof ~/.../assign_gup/docs $ conda list qt -n latest # packages in environment at /home/prjemian/Apps/anaconda/envs/latest: # # Name Version Build Channel pyqt 4.11.4 py27_3 conda-forge qt 4.8.7 ha8c56c7_9 conda-forge ```
prjemian commented 4 years ago

posted instructions to front page: https://github.com/prjemian/assign_gup#install-and-run