Blender-rpc icon indicating copy to clipboard operation
Blender-rpc copied to clipboard

Not working in 2.83.9

Open ikumi90s opened this issue 4 years ago • 1 comments

After importing it to the add-on, when I tried to check on activate it give me this error.

Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\modules\addon_utils.py", line 351, in enable
    mod = __import__(module_name)
  File "C:\Users\[USER]\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\Blender-rpc-master\__init__.py", line 5, in <module>
    from .pypresence import pypresence as rpc
ImportError: cannot import name 'pypresence' from 'Blender-rpc-master.pypresence' (unknown location)

ikumi90s avatar Nov 18 '20 13:11 ikumi90s

You cloned the repository, please download the .zip from the “Releases” section.

Since many issues have been created on this same problem, I’ll leave this one open for others to see.

Protinon avatar Nov 22 '20 14:11 Protinon