Skip to content

MacOS/Linux compatibility #3

@mazqtpopx

Description

@mazqtpopx

Hi,

Thanks for the package - just what I was looking for! Unfortunately I couldn't manage to get it to work :(

I tried running on macOS an get:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/mariusz/.pyenv/versions/3.10.15/lib/python3.10/site-packages/mdpsolver/__init__.py", line 1, in <module>
    from mdpsolver.model import model
  File "/Users/mariusz/.pyenv/versions/3.10.15/lib/python3.10/site-packages/mdpsolver/model.py", line 1, in <module>
    from mdpsolver import solvermodule
ImportError: cannot import name 'solvermodule' from partially initialized module 'mdpsolver' (most likely due to a circular import) (/Users/mariusz/.pyenv/versions/3.10.15/lib/python3.10/site-packages/mdpsolver/__init__.py)

when I try to import it. (I know you, didn't specify macOS works)

I also tried on Ubuntu 20.04, python3.10 but get:
ImportError: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.32' not found
when importing the module
when I run ldd --version I get
ldd (Ubuntu GLIBC2.31-0ubuntu9.16) 2.31
hence there is a mismatch in glib - you built it with Ubuntu 21.10?
I will likely move on but maybe you can specify that Ubuntu 21.10 or greater is required? :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions