You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the repo and created a library using python setup.py sdist
(I'm not sure if this is right, there are a lot of references to a Steamworks.py file that I can't find anywhere)
I then installed this with pip install dist/steamworks-2.0.0.tar.gz which suceeded.
Traceback (most recent call last):
File "/home/******/PycharmProjects/SamRevitalised/main.py", line 5, in <module>
steamworks = STEAMWORKS()
^^^^^^^^^^^^
File "/home/******/PycharmProjects/SamRevitalised/.venv/lib/python3.12/site-packages/steamworks/__init__.py", line 52, in __init__
self._initialize()
File "/home/******/PycharmProjects/SamRevitalised/.venv/lib/python3.12/site-packages/steamworks/__init__.py", line 101, in _initialize
self._cdll = CDLL(library_path) # Throw native exception in case of error
^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/ctypes/__init__.py", line 379, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: /home/******/PycharmProjects/SamRevitalised/SteamworksPy.so: undefined symbol: SteamAPI_Init
This may be due to I'm using this v1.6.1SteamworksPy.so which seems very outdated but it's the most recent pre-compiled linux build. Trying to build from source results in this build error
The text was updated successfully, but these errors were encountered:
I cloned the repo and created a library using
python setup.py sdist
(I'm not sure if this is right, there are a lot of references to a Steamworks.py file that I can't find anywhere)
I then installed this with
pip install dist/steamworks-2.0.0.tar.gz
which suceeded.Trying:
Throws the error:
This may be due to I'm using this v1.6.1
SteamworksPy.so
which seems very outdated but it's the most recent pre-compiled linux build. Trying to build from source results in this build errorThe text was updated successfully, but these errors were encountered: