In RustIndia telegram group, we aim to maintain a pleasant and spam free environment. Here are some guidelines to abide by :
- Asking questions regarding programming.
- Sharing Rust realted resources and news.
- Sharing Rust events.
regex_3/_regex.c:46:20: fatal error: Python.h: No such file or directory
If you are experiencing errors like the one above while trying to install regex via pip3.6, it basically means that the gcc needs the python.h header file for compilation and it's currently missing so you will have to install the python3.6-dev package to solve this problem.
Solution:
Ref Links:
CREATE DATABASE [IF NOT EXISTS] userdb;
CREATE SCHEMA userdb;
DROP DATABASE IF EXISTS userdb;
DROP DATABASE IF EXISTS userdb CASCADE;
CREATE TABLE IF NOT EXISTS employee ( eid int, name String,
salary String, destination String)
Snips success story https://blog.mozilla.org/blog/2018/02/21/snips-uses-rust-embedded-voice-assistant/
CNN -> RCNN https://blog.athelas.com/a-brief-history-of-cnns-in-image-segmentation-from-r-cnn-to-mask-r-cnn-34ea83205de4 https://github.com/tensorflow/models/tree/master/research/object_detection
Anamoly detection