Skip to content

Instantly share code, notes, and snippets.

@DarkFenX
Created August 23, 2019 11:55
Show Gist options
  • Save DarkFenX/c20b7ac2f9b1676abf6112ceea2f9fa2 to your computer and use it in GitHub Desktop.
Save DarkFenX/c20b7ac2f9b1676abf6112ceea2f9fa2 to your computer and use it in GitHub Desktop.
Pyfa requirements installation on venv
av@antonvorobyov:~/Workspace/eve/pyfa$ python3 -m venv /home/av/venv_tmp/
av@antonvorobyov:~/Workspace/eve/pyfa$ cd ~/venv_tmp/
av@antonvorobyov:~/venv_tmp$ source bin/activate
(venv_tmp) av@antonvorobyov:~/venv_tmp$ pip3 install -r /home/av/Workspace/eve/pyfa/requirements.txt
Requirement already satisfied: wxPython==4.0.6 in /usr/lib/python3/dist-packages (from -r /home/av/Workspace/eve/pyfa/requirements.txt (line 1)) (4.0.6)
Requirement already satisfied: logbook>=1.0.0 in /home/av/.local/lib/python3.7/site-packages (from -r /home/av/Workspace/eve/pyfa/requirements.txt (line 2)) (1.4.0)
Collecting matplotlib==3.0.3 (from -r /home/av/Workspace/eve/pyfa/requirements.txt (line 3))
Using cached https://files.pythonhosted.org/packages/83/2a/e47bbd9396af32376863a426baed62d9bf3091f81defd1fe81c5f33b11a3/matplotlib-3.0.3-cp37-cp37m-manylinux1_x86_64.whl
Collecting numpy==1.16.4 (from -r /home/av/Workspace/eve/pyfa/requirements.txt (line 4))
Downloading https://files.pythonhosted.org/packages/fc/d1/45be1144b03b6b1e24f9a924f23f66b4ad030d834ad31fb9e5581bd328af/numpy-1.16.4-cp37-cp37m-manylinux1_x86_64.whl (17.3MB)
100% |████████████████████████████████| 17.3MB 104kB/s
Requirement already satisfied: python-dateutil in /usr/lib/python3/dist-packages (from -r /home/av/Workspace/eve/pyfa/requirements.txt (line 5)) (2.7.3)
Requirement already satisfied: requests>=2.0.0 in /usr/lib/python3/dist-packages (from -r /home/av/Workspace/eve/pyfa/requirements.txt (line 6)) (2.21.0)
Collecting sqlalchemy>=1.3.0 (from -r /home/av/Workspace/eve/pyfa/requirements.txt (line 7))
Downloading https://files.pythonhosted.org/packages/c2/75/6217c626fa22ad56ae5ccb1a36e7c4f17f5ca31543887e00179468d10464/SQLAlchemy-1.3.7.tar.gz (5.9MB)
100% |████████████████████████████████| 5.9MB 288kB/s
Requirement already satisfied: cryptography>=2.3 in /usr/lib/python3/dist-packages (from -r /home/av/Workspace/eve/pyfa/requirements.txt (line 8)) (2.6.1)
Collecting markdown2==2.3.5 (from -r /home/av/Workspace/eve/pyfa/requirements.txt (line 9))
Collecting packaging==16.8 (from -r /home/av/Workspace/eve/pyfa/requirements.txt (line 10))
Using cached https://files.pythonhosted.org/packages/87/1b/c39b7c65b5612812b83d6cab7ef2885eac9f6beb0b7b8a7071a186aea3b1/packaging-16.8-py2.py3-none-any.whl
Requirement already satisfied: roman==2.0.0 in /usr/lib/python3/dist-packages (from -r /home/av/Workspace/eve/pyfa/requirements.txt (line 11)) (2.0.0)
Collecting beautifulsoup4==4.6.0 (from -r /home/av/Workspace/eve/pyfa/requirements.txt (line 12))
Using cached https://files.pythonhosted.org/packages/9e/d4/10f46e5cfac773e22707237bfcd51bbffeaf0a576b0a847ec7ab15bd7ace/beautifulsoup4-4.6.0-py3-none-any.whl
Collecting pyyaml>=5.1 (from -r /home/av/Workspace/eve/pyfa/requirements.txt (line 13))
Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB)
100% |████████████████████████████████| 266kB 2.6MB/s
Collecting PyInstaller==3.3 (from -r /home/av/Workspace/eve/pyfa/requirements.txt (line 14))
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in /usr/lib/python3/dist-packages (from matplotlib==3.0.3->-r /home/av/Workspace/eve/pyfa/requirements.txt (line 3)) (2.2.0)
Requirement already satisfied: kiwisolver>=1.0.1 in /usr/lib/python3/dist-packages (from matplotlib==3.0.3->-r /home/av/Workspace/eve/pyfa/requirements.txt (line 3)) (1.0.1)
Requirement already satisfied: cycler>=0.10 in /usr/lib/python3/dist-packages (from matplotlib==3.0.3->-r /home/av/Workspace/eve/pyfa/requirements.txt (line 3)) (0.10.0)
Requirement already satisfied: six in /usr/lib/python3/dist-packages (from packaging==16.8->-r /home/av/Workspace/eve/pyfa/requirements.txt (line 10)) (1.12.0)
Collecting macholib>=1.8 (from PyInstaller==3.3->-r /home/av/Workspace/eve/pyfa/requirements.txt (line 14))
Using cached https://files.pythonhosted.org/packages/41/f1/6d23e1c79d68e41eb592338d90a33af813f98f2b04458aaf0b86908da2d8/macholib-1.11-py2.py3-none-any.whl
Collecting pefile>=2017.8.1 (from PyInstaller==3.3->-r /home/av/Workspace/eve/pyfa/requirements.txt (line 14))
Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from PyInstaller==3.3->-r /home/av/Workspace/eve/pyfa/requirements.txt (line 14)) (41.0.1)
Collecting altgraph>=0.15 (from macholib>=1.8->PyInstaller==3.3->-r /home/av/Workspace/eve/pyfa/requirements.txt (line 14))
Using cached https://files.pythonhosted.org/packages/0a/cc/646187eac4b797069e2e6b736f14cdef85dbe405c9bfc7803ef36e4f62ef/altgraph-0.16.1-py2.py3-none-any.whl
Collecting future (from pefile>=2017.8.1->PyInstaller==3.3->-r /home/av/Workspace/eve/pyfa/requirements.txt (line 14))
Building wheels for collected packages: sqlalchemy, pyyaml
Running setup.py bdist_wheel for sqlalchemy ... done
Stored in directory: /home/av/.cache/pip/wheels/80/e0/68/3d11cc7209b5bd2c7d55cbb56c6bda843cc82f77c8387468ea
Running setup.py bdist_wheel for pyyaml ... done
Stored in directory: /home/av/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030
Successfully built sqlalchemy pyyaml
Installing collected packages: numpy, matplotlib, sqlalchemy, markdown2, packaging, beautifulsoup4, pyyaml, altgraph, macholib, future, pefile, PyInstaller
The scripts f2py, f2py3 and f2py3.7 are installed in '/home/av/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Found existing installation: markdown2 2.3.7
Uninstalling markdown2-2.3.7:
Successfully uninstalled markdown2-2.3.7
Found existing installation: PyYAML 5.1b3
Uninstalling PyYAML-5.1b3:
Successfully uninstalled PyYAML-5.1b3
The scripts macho_dump, macho_find and macho_standalone are installed in '/home/av/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
The scripts futurize and pasteurize are installed in '/home/av/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
The scripts pyi-archive_viewer, pyi-bindepend, pyi-grab_version, pyi-makespec, pyi-set_version and pyinstaller are installed in '/home/av/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed PyInstaller-3.3 altgraph-0.16.1 beautifulsoup4-4.6.0 future-0.17.1 macholib-1.11 markdown2-2.3.5 matplotlib-3.0.3 numpy-1.16.4 packaging-16.8 pefile-2019.4.18 pyyaml-5.1.2 sqlalchemy-1.3.7
(venv_tmp) av@antonvorobyov:~/venv_tmp$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment