-
Notifications
You must be signed in to change notification settings - Fork 7
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
LookupError: unknown encoding: future_fstrings #12
Comments
Hi, Thanks for your report. It is weird that it complains about fstrings missing since you use Python 3.10 which should have native support for f-strings. You could always try to install future_fstrings as detailed in https://github.com/nccgroup/libptmalloc/blob/master/docs/InstallGuide.md#libptmalloc-installation to see if that fixes the problem? Another idea would be to try the following instead to see if you still have the error?
On a final note, you should be able to use libptmalloc even without installing it as detailed in https://github.com/nccgroup/libptmalloc/blob/master/docs/InstallGuide.md#use-without-installation |
Thank you for the reply. It is indeed weird. I tried to follow your recommendation but I got the same result.
As you see I already have future strings. I tried to then delete it and install it via installation script:
Which unfortunately yield the same result. Here is system info (note ARM 64)
|
I guess it is due to ARM64 as I might have not tried to install it on ARM64. I have just tried to install it on a AMD64 Ubuntu system and it worked fine. Can you use libptmalloc without installing it, just by importing it, following https://github.com/nccgroup/libptmalloc/blob/master/docs/InstallGuide.md#use-without-installation ? |
I get the following error when I am trying to install it:
Installing or uninstalling future_fstrings package does not seem like affecting the outcome.
The text was updated successfully, but these errors were encountered: