Pyserial Support?

Deldion

Cadet
Joined
Apr 23, 2020
Messages
1
Hello to the community!
I am trying to install a python script that directly communicates with an external OLED display to show system status and ports mainly.

The python library in question here is pyserial and since 11.3 came out,
Code:
pip-3.6 install pyserial

does not seem to work...

Also tried
Code:
pkg install py37-serial
pkg install py37-pyserial
pip install pyserial
pip-3.7 install pyserial

But still nothing seems to work.
To be excact, when using pkg install py37-serial an error message was returned, saying:
Environment error :[error 13]: permission denied : 'python/install/location'

Any ideas how to get past that?
Are there any plans for even continuing support on pyserial on FreeNAS??
Is there a way to package my python program a certain way to bypass this?
 
Top