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
By default, Scalene returns the error: "Scalene error: received signal SIGSEGV".
The mistake of the last decade.
Scalene does not work with projects if the path contains Cyrillic, as soon as you move a project where the path contains only Latin, Scalene will work.
An example of reproducing the error (suffix - Cyrillic):
$ cd '/home/user/Desktop/test/херовая ошибка'
$ python -m scalene --cli program.py
Scalene error: received signal SIGSEGV
Working example:
$ cd '/home/user/Desktop/test'
$ python -m scalene --cli program.py
The solution is to move the project, if the path contains Cyrillic, to a location where the path contains only Latin.
Fix it so that Scalene understands Cyrillic in the path, or notify users in the documentation how to fix this problem.
Desktop (please complete the following information):
OS: GNU/Linux
Version 1.5.45 (2024.10.01)
The text was updated successfully, but these errors were encountered:
By default, Scalene returns the error: "Scalene error: received signal SIGSEGV".
The mistake of the last decade.
Scalene does not work with projects if the path contains Cyrillic, as soon as you move a project where the path contains only Latin, Scalene will work.
An example of reproducing the error (suffix - Cyrillic):
$ cd '/home/user/Desktop/test/херовая ошибка'
$ python -m scalene --cli program.py
Working example:
$ cd '/home/user/Desktop/test'
$ python -m scalene --cli program.py
The solution is to move the project, if the path contains Cyrillic, to a location where the path contains only Latin.
Fix it so that Scalene understands Cyrillic in the path, or notify users in the documentation how to fix this problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: