Replies: 5 comments 2 replies
-
This is strange, what OS are you using? On windows it should be under Or you can execute this python script to find where it is on your PC: from pathlib import Path
HOME_FOLDER = Path.home()
TMRL_FOLDER = HOME_FOLDER / "TmrlData"
print(TMRL_FOLDER) |
Beta Was this translation helpful? Give feedback.
-
I just told a friend to send me the file |
Beta Was this translation helpful? Give feedback.
-
This is strange, maybe pip did not have the permission to create this folder on your machine? |
Beta Was this translation helpful? Give feedback.
-
The bit of code responsible for creating this folder is here btw. Maybe a warning was raised by pathlib and suppressed by pip? For people who may have this issue in the future, your can find the |
Beta Was this translation helpful? Give feedback.
-
I think I had this issue and manually created that folder from the resource
file.
…On Mon, 15 May 2023 at 19:13, Yann Bouteiller ***@***.***> wrote:
The bit of code responsible for creating this folder is here
<https://github.com/trackmania-rl/tmrl/blob/b142b8ec95ef7ca59a89a23e6ec22795e842733d/setup.py#L39>
btw.
Maybe a warning was raised by pathlib and suppressed by pip?
For people who may have this issue in the future, your can find the
resources.zip file in release assets. For instance, the current
resources.zip is in release 0.4.2
<https://github.com/trackmania-rl/tmrl/releases/tag/v0.4.2>
—
Reply to this email directly, view it on GitHub
<#49 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIKWRWSKYSALNLX7K6DK47DXGJP5HANCNFSM6AAAAAAYAYDGOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
when i do pip install tmrl
its say requirement fulfilled but i cant find TmrlData file
Beta Was this translation helpful? Give feedback.
All reactions