-
Notifications
You must be signed in to change notification settings - Fork 30
Description
import theano
Two errors occurs in import theano
C:\Users\chunchun\AppData\Local\Programs\Python\Python37\python.exe "C:/Users/chunchun/Desktop/Code/Pointer Network/PtrNets-master/PtrNets-master/pointer/ptrnets.py"
Traceback (most recent call last):
File "C:\Users\chunchun\AppData\Local\Programs\Python\Python37\lib\site-packages\theano\gof\lazylinker_c.py", line 59, in
raise ImportError()
ImportErrorDuring handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\chunchun\AppData\Local\Programs\Python\Python37\lib\site-packages\theano\gof\lazylinker_c.py", line 76, in
raise ImportError()
ImportErrorDuring handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:/Users/chunchun/Desktop/Code/Pointer Network/PtrNets-master/PtrNets-master/pointer/ptrnets.py", line 8, in
import numpy
File "C:\Users\chunchun\AppData\Local\Programs\Python\Python37\lib\site-packages\theano_init_.py", line 55, in
from theano.compile import
File "C:\Users\chunchun\AppData\Local\Programs\Python\Python37\lib\site-packages\theano\compile_init_.py", line 6, in
from theano.compile.function_module import *
File "C:\Users\chunchun\AppData\Local\Programs\Python\Python37\lib\site-packages\theano\compile\function_module.py", line 18, in
import theano.compile.mode
File "C:\Users\chunchun\AppData\Local\Programs\Python\Python37\lib\site-packages\theano\compile\mode.py", line 11, in
import theano.gof.vm
File "C:\Users\chunchun\AppData\Local\Programs\Python\Python37\lib\site-packages\theano\gof\vm.py", line 516, in
from . import lazylinker_c
File "C:\Users\chunchun\AppData\Local\Programs\Python\Python37\lib\site-packages\theano\gof\lazylinker_c.py", line 85, in
args = cmodule.GCC_compiler.compile_args()
File "C:\Users\chunchun\AppData\Local\Programs\Python\Python37\lib\site-packages\theano\gof\cmodule.py", line 1603, in compile_args
native_lines = get_lines("g++ -march=native -E -v -")
File "C:\Users\chunchun\AppData\Local\Programs\Python\Python37\lib\site-packages\theano\gof\cmodule.py", line 1585, in get_lines
for line in lines:
File "C:\Users\chunchun\AppData\Local\Programs\Python\Python37\lib\site-packages\theano\compat_init_.py", line 39, in decode_iter
yield x.decode()
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc3 in position 6: invalid continuation byteProcess finished with exit code 1
Could you please give the version of the component package used?