ComputingNerd

About

Username
ComputingNerd
Joined
Visits
20
Last Active
Roles
Member

Comments

  • I am sorry I mean when I added this to the setup.py file it's still giving me the same error try: os.symlink("/usr/include/glib-2.0/glib.h", "/home/dharmitha/everything/$ except OSError as e: if e.errno != os.errno.EEXIST: …
  • You mean I should add this to setup.py file? import os os.symlink("/usr/include/glib-2.0/glib.h", "glib.h") Sorry if its a very basic question.
  • I already tried downloading libglib2.0-dev but its still giving me the same error. As for with the adding the path to the Makefile I am not sure how to do that. Where should I add the path? This is the makefile https://github.com/mbientlab/MetaWear-…