etingof / pysnmp

Python SNMP library
http://snmplabs.com/pysnmp/
BSD 2-Clause "Simplified" License
577 stars 193 forks source link

Cross compiling pysnmp package #345

Open shubham101096 opened 4 years ago

shubham101096 commented 4 years ago

I have a target machine which uses 32 BIT python. My pc is having 64 BIT python. I want to cross compile the pysnmp or any other python package for the target machine on my pc. Is there a way to specify the HOST when installing pysnmp using PIP command or when installing using 'python setup.py install' or some other method?

lextm commented 1 year ago

PySNMP is purely written in Python, so it never requires cross compilation. What exactly was the issue you observe?