pySim ModuleNotFoundError: No module named 'construct'

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Niels ten Oever lists at digitaldissidents.org
Fri Apr 30 14:20:58 UTC 2021


Thanks all,

I got things working again - thanks again very much for the help!

Best,

Niels



On 30-04-2021 15:51, Vadim Yanitskiy wrote:
> Hi Niels,
> 
>> Requirement already satisfied: construct in /usr/local/lib/python3.8/dist-packages (2.10.67)
> 
> you need to make sure that '/usr/local/lib/python3.8/dist-packages' is in the Python's search path (similar to LD_LIBRARY_PATH):
> 
> $ python3
>>>> import sys
>>>> sys.path
> 
> Here is the output from my system:
> 
> ['', '/usr/lib/python39.zip',
>      '/usr/lib/python3.9',
>      '/usr/lib/python3.9/lib-dynload',
>      '/home/fixeria/.local/lib/python3.9/site-packages',
>      '/usr/lib/python3.9/site-packages']
> 
> If '/usr/local/lib/python3.8/dist-packages' is not there, then indeed importing will not work.  You will need to re-configure pip to use a proper directory, or add this path to PYTHONPATH.  Good luck!
> 
> P.S. So now we have Niels and Neels in the thread ;)
> 
> Best regards,
> Vadim.
> 

-- 
Niels ten Oever, PhD
Postdoctoral Researcher - Media Studies Department - University of Amsterdam
Research Fellow - Centre for Internet and Human Rights - European University Viadrina
Associated Scholar - Centro de Tecnologia e Sociedade - Fundação Getúlio Vargas
Affiliated Factulty - Digital Democracy Insitute - Simon Fraser University

https://nielstenoever.net - mail at nielstenoever.net - @nielstenoever - +31629051853
PGP: 2458 0B70 5C4A FD8A 9488 643A 0ED8 3F3A 468A C8B3

Read my latest article on Internet infrastructure governance in New Media & Society here: https://journals.sagepub.com/doi/full/10.1177/1461444820929320



More information about the OpenBSC mailing list