Hi Pete,

I believe you need to install all the libraries in the requirements.txt file. That can be done using pip install -r requirements.txt, preferably inside a python virtual environment.

Lavindu

On Sun, Jun 1, 2025 at 8:10 PM Pete Kay <petedao@gmail.com> wrote:
!-------------------------------------------------------------------|
  This Message Is From an Untrusted Sender
  You have not previously corresponded with this sender.
  See https://itconnect.uw.edu/email-tags for additional information.
  Please contact the UW-IT Service Center, help@uw.edu 206.221.5000,
  for assistance.
|-------------------------------------------------------------------!

Hi

I get the following issue when running  ./pySim-shell.py
I am using Python 3.6.8.
Any pointers will be greatly appreciated.

ERROR: Could not find a version that satisfies the requirement
pyosmocom>=0.0.8 (from versions: none)

ERROR: No matching distribution found for pyosmocom>=0.0.8

[root@localhost pysim]# python3 --version

Python 3.6.8

[root@localhost pysim]#