alfredfrancis / ai-chatbot-framework

A python chatbot framework with Natural Language Understanding and Artificial Intelligence.
MIT License
1.97k stars 712 forks source link

[Question][Installation] Missing DFFT even though latest pip and installed - Archlinux dockerless #17

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello, Community! :)

I'm trying to build and run a dockerless verions on this machine: Linux p1ohost-kernel 4.11.8-1-zen #1 ZEN SMP PREEMPT Thu Jun 29 21:25:23 UTC 2017 x86_64 GNU/Linux

After trying to install the requirements, I am met with the following error: `

Rolling back uninstall of scipy Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-0v77ry41/scipy/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-cwdtfgff-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-0v77ry41/scipy/ ` I am kinda stumped as it turns out that there's an error with scipy reinstall, as mentioned below:

copying scipy/_lib/six.py -> build/lib.linux-x86_64-3.6/scipy/_lib
copying scipy/_lib/setup.py -> build/lib.linux-x86_64-3.6/scipy/_lib
copying scipy/_lib/decorator.py -> build/lib.linux-x86_64-3.6/scipy/_lib
copying scipy/_lib/_gcutils.py -> build/lib.linux-x86_64-3.6/scipy/_lib
copying scipy/_lib/__init__.py -> build/lib.linux-x86_64-3.6/scipy/_lib
copying scipy/_lib/_testutils.py -> build/lib.linux-x86_64-3.6/scipy/_lib
copying scipy/_lib/_util.py -> build/lib.linux-x86_64-3.6/scipy/_lib
copying scipy/_lib/_numpy_compat.py -> build/lib.linux-x86_64-3.6/scipy/_lib
copying scipy/_lib/_version.py -> build/lib.linux-x86_64-3.6/scipy/_lib
copying scipy/_lib/_tmpdirs.py -> build/lib.linux-x86_64-3.6/scipy/_lib
running build_clib
customize UnixCCompiler
customize UnixCCompiler using build_clib
building 'dfftpack' library
error: library dfftpack has Fortran sources but no Fortran compiler found

I do know that dfftpack has issues with scipy. I didnt' have to reinstall pip as I'm on the latest version (as all my packages since I'm on Archlinux).

I must've fucked something up or I'm missing something. Any support will be appreciated, as I'm continuing to work this issue.

With warmest regards, Pete

ghost commented 7 years ago

Ahhh, I'm just an idiot, reinstalled my system recently and the fotran compiler was plainly missing - always remember your packages :)

Sorrry, can be removed.