unlessbamboo
unlessbamboo
If your virtualenv install zope package, and then running "fbs freeze --debug", the result will output: ```Traceback (most recent call last): File "/Users/bb/.virtualenvs/vv/bin/pyinstaller", line 10, in sys.exit(run()) File "/Users/bb/.virtualenvs/vv/lib/python3.6/site-packages/PyInstaller/__main__.py", line...
> @unlessbamboo I cannot reproduce this. Here's what I tried on macOS (like you) with Python 3.6.7: > > ``` > python3 -m venv venv > source venv/bin/activate > pip...
+1, Thanks.