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
I receive a Pyperclip error in all python scripts since Python 3.11.1.
When I remove Python 3.11.1 and reinstall Python 3.11 the error is gone.
This is the error I receive.
c:\Python311\Lib\site-packages\pyperclip\__init__.py, line 52, in <module> import ctypes
c:\Python311\Lib\site-packages\pyperclip\__init__.py, line 8, in <module>
from ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
What does this error mean?
ps: my OS = Win 11 home
Thanks for this very useful extension.
The text was updated successfully, but these errors were encountered:
Remiol
changed the title
Python 3.11.1 - error pyperclip
Python 3.11.1 - error pyperclip: No module names '_ctypes'
Jan 31, 2023
Remiol
changed the title
Python 3.11.1 - error pyperclip: No module names '_ctypes'
Python 3.11.1 - error pyperclip: No module named '_ctypes'
Jan 31, 2023
I've found out that it is a vim problem. Sorry.
":py3 import pyperclip" does give this error in vim but "import pyperclip" does work in "idle"
A few other extensions do work fine. Don't know what's happening.
I receive a Pyperclip error in all python scripts since Python 3.11.1.
When I remove Python 3.11.1 and reinstall Python 3.11 the error is gone.
This is the error I receive.
What does this error mean?
ps: my OS = Win 11 home
Thanks for this very useful extension.
The text was updated successfully, but these errors were encountered: