File: README

package info (click to toggle)
refnx 0.1.61-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,996 kB
  • sloc: python: 37,162; cpp: 1,015; ansic: 185; makefile: 181; sh: 131; lisp: 89; xml: 34
file content (12 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Building an executable with pyinstaller is a fraught affair on Windows

From trial and error I've found that the most reliable way to build is to:
1) Install python.org Python.
2) Do not use a virtualenv (some hooks don't work) to build the executable
3) Don't use conda, numpy/scipy/matplotlib/pyqt automatically want to install
   mkl, which isn't GPL compatible
4) Install with pip all the requirements into the python.org distribution
   (periodictable, numpy, scipy, cython, pyinstaller, matplotlib, pyqt6, qtpy
    corner, ptemcee)
5) pip install refnx
6) pyinstall.