python - pip3 not installing in correct folder -


while python3 expects modules in /usr/local/lib/python3.4, pip3 installs them in /usr/local/lib/python3.4/dist-packages. results in python3 not finding packages pip3 says installed.

i tried cutting , pasting stuff in /usr/local/lib/python3.4/dist-packages /usr/local/lib/python3.4, end weird errors, this:

traceback (most recent call last):   file "setup.py", line 13, in <module>     cython.build import cythonize   file "/usr/local/lib/python3.4/cython/build/__init__.py", line 1, in <module>     .dependencies import cythonize   file "/usr/local/lib/python3.4/cython/build/dependencies.py", line 51, in <module>     ..compiler.main import context, compilationoptions, default_options   file "/usr/local/lib/python3.4/cython/compiler/main.py", line 30, in <module>     .symtab import modulescope   file "/usr/local/lib/python3.4/cython/compiler/symtab.py", line 18, in <module>     . import pyrextypes   file "/usr/local/lib/python3.4/cython/compiler/pyrextypes.py", line 17, in <module>     .code import utilitycode, lazyutilitycode, tempitautilitycode importerror: /usr/local/lib/python3.4/cython/compiler/code.cpython-34m.so: undefined symbol: pyfpe_jbuf 

what do now? i'm on linux mint cinnamon 64-bit.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -