-
Running vaex/packages/vaex-core/src/superstring.hpp Lines 398 to 402 in 6600a25 causing
Mind I'm very ignorant on C 😅 I played around with modifying the includes of Anything I should try? Any specific information I can give? Thanks in advance! Possibly useful info $ python -V
Python 3.8.0 # had tried 3.8.12 and 3.9.13 too, always installed in my conda env along with pip
$ gcc --version
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 # had tried 8 too
$ neofetch
OS: Ubuntu 20.04.4 LTS x86_64
Kernel: 5.13.0-48-generic
Shell: fish 3.4.1
Resolution: 1920x1080
Terminal: gnome-terminal
CPU: Intel i5-10400F (12) @ 4.300GHz
GPU: NVIDIA 01:00.0 NVIDIA Corporation Device 2504
Memory: 5376MiB / 15851MiB Full output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ahhh, it seems my submodules were commits ahead somehow. After figuring out how to reset them to where the |
Beta Was this translation helpful? Give feedback.
Ahhh, it seems my submodules were commits ahead somehow. After figuring out how to reset them to where the
vaex
repo points to (git submodule deinit -f .; git submodule update --init
did the trick finally), I could buildvaex
locally!