import pyperclip
pyperclip.copy('Hello World')
pyrerclip.paste()
このコードをvscodeで実行する際このようなエラー内容が出ます
Traceback (most recent call last):
File "/Users/matsushimayuuta/Desktop/taikutu/test.py", line 3, in <module>
pyrerclip.paste()
NameError: name 'pyrerclip' is not defined
ターミナル上で
sudo pip3 install pyperclip を行う際も
WARNING: The directory '/Users/matsushimayuuta/Library/Caches/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already satisfied: pyperclip in ./opt/anaconda3/lib/python3.8/site-packages (1.8.1)
このようなエラーが発生します解決方法わかる方いらっしゃいましたら、お願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/02/18 09:17
2021/02/18 09:19
2021/02/18 10:35