-
-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'str' object has no attribute 'suffix' #784
Comments
I am getting the same error using python 3.11.5. |
Getting the same issue here. Indeed, removing |
Thanks for the report. I'm waiting for the PR to go through CI. Once it does, I'll merge it and you should be able to verify that it works by installing from the repo ( |
Tagging @alphabetagamer |
Ideally, no module should modify system variables, if we are using methods for a different type we can modify a copy of it. Updating the latest commit with this thought in mind, let me know if it aligns with the repository guidelines. Also I can see in test it is being asserted that the variable should be modified and then reinstated which is not the case in redirect_python.py
Also in redirect_python.py sys.executable being a Path object is only useful for using |
Describe the bug
I just installed scalene with the following :
(venv) C:\Users\Jyce\Desktop\test>python -m pip install -U scalene
Then execute :
(venv) C:\Users\Jyce\Desktop\test>python -m scalene run.py
Here What I got :
Desktop (please complete the following information):
If you have not yet tried with the repository version (
python3 -m pip install git+https://github.com/plasma-umass/scalene
), please try that before reporting.=> Tried and I got the same error.
The text was updated successfully, but these errors were encountered: