Open YFeather opened 1 year ago
install cython work for me
Hi it did not work for me. Any idea how I can fix it?
Hi, what you import is the taso
module in the source directory. You could try to change into another directory and import the installed taso
package.
Look for lib_tasoruntime and add it to your $LD_LIBRARY_PATH. Also install cython before you install the python package it worked for me.
After doing
sudo make install -j 4
it showsAfter doing
python3 setup.py install
When I import taso it gives
and I'm sure I have cpython installed