When I do pip install lanms==1.0.2 in linux, I sometimes get the following error: Python version mismatch: module was compiled for version 3.6, while the interpreter is running version 3.7.
What should I change? When I make it locally using make -C lanms it works. My requirement is to add it as a requirement/dependency instead of adding entire source in my repository.
When I do
pip install lanms==1.0.2in linux, I sometimes get the following error:Python version mismatch: module was compiled for version 3.6, while the interpreter is running version 3.7.What should I change? When I make it locally using
make -C lanmsit works. My requirement is to add it as a requirement/dependency instead of adding entire source in my repository.