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
Maybe is a dumb question (i'm new on python and still try to understand) , but when try to run the example that you have posted i receive a ModuleNotFoundError: No module named 'reader' relative to line: from reader import FortniteReplayReader. I installed the library from pip.
The text was updated successfully, but these errors were encountered:
From what i understood the problem is the path when the package are created for using with pip. Only solution that i have found for using decompressor is copy all source file in your project folder and fixing manually the path.
Thanks - but this is still a little bit outside my experience.
Looking at the code, and trying to see how the various *.py files go together, I start to get into problems. For example, there are two 'reader.py' files - one in the root directory, and one in the models folder.
I can't figure out how to get this working without editing each of the *.py files.
Wish I knew more about how packages are installed and should work, so I could fix this one which doesn't seem to work.
Maybe is a dumb question (i'm new on python and still try to understand) , but when try to run the example that you have posted i receive a ModuleNotFoundError: No module named 'reader' relative to line: from reader import FortniteReplayReader. I installed the library from pip.
The text was updated successfully, but these errors were encountered: