Ozan Yurtseven

Results 9 comments of Ozan Yurtseven

I encountered the same error while working on a wsl2 with a conda environment. After installing the libstdcxx-ng package with `conda install -c conda-forge libstdcxx-ng`, the error was resolved and...

Sorry I'm using Ubuntu 12.04 and Python 2.7.3

Skytools 3.1.2 Postgresql 9.2.1 Python 2.7.3 python-psycopg2_2.4.5-1build1 I made some workaround maybe it helps I commented out line 926 self.log.info('Creating fkey: %(fkey_name)s (%(from_table)s --> %(to_table)s)' % row) and error gone....

I am using mac os x m1 and this works for me https://github.com/TeamPyOgg/PyOgg/issues/113#issuecomment-2585724522

I found a solution for MacOS M1/M2. The issue occurs because system libraries are located in a different path and opuslib cannot find them. **Solution Steps:** 1. First, install required...

You know that your code works with 1-2 values, right? I am encountering a similar error in my own code, but mine says “failed to calculate Bob_mid or Bob_mid_wc”. I...

> You know that your code works with 1-2 values, right? I am encountering a similar error in my own code, but mine says “failed to calculate Bob_mid or Bob_mid_wc”....

https://github.com/TeamPyOgg/PyOgg/issues/113#issuecomment-2585724522