18-04-2019, Saat: 19:03
pyinstaller kurulu oldugu halde import ettigim de böyle bir modül yok diyor. Cmd de kuramaya çalışınca bu çıktıyı veriyor:
PHP Kod:
C:\Users\casper>pip install pyinstaller
Collecting pyinstaller
Using cached https://files.pythonhosted.org/packages/03/32/0e0de593f129bf1d1e77eed562496d154ef4460fd5cecfd78612ef39a0cc/PyInstaller-3.4.tar.gz
Installing build dependencies ... error
Complete output from command c:\users\casper\appdata\local\programs\python\python36\python.exe c:\users\casper\appdata\local\programs\python\python36\lib\site-packages\pip install --ignore-installed --no-user --prefix C:\Users\casper\AppData\Local\Temp\pip-build-env-t31o5_2x\overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel:
Traceback (most recent call last):
File "c:\users\casper\appdata\local\programs\python\python36\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\users\casper\appdata\local\programs\python\python36\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "c:\users\casper\appdata\local\programs\python\python36\lib\site-packages\pip\__main__.py", line 16, in <module>
from pip._internal import main as _main # isort:skip # noqa
File "c:\users\casper\appdata\local\programs\python\python36\lib\site-packages\pip\_internal\__init__.py", line 4, in <module>
import locale
File "c:\users\casper\appdata\local\programs\python\python36\lib\locale.py", line 16, in <module>
import re
File "c:\users\casper\appdata\local\programs\python\python36\lib\re.py", line 142, in <module>
class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'
----------------------------------------
Command "c:\users\casper\appdata\local\programs\python\python36\python.exe c:\users\casper\appdata\local\programs\python\python36\lib\site-packages\pip install --ignore-installed --no-user --prefix C:\Users\casper\AppData\Local\Temp\pip-build-env-t31o5_2x\overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel" failed with error code 1 in None
C:\Users\casper>