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
{{ message }}
This repository has been archived by the owner on May 31, 2022. It is now read-only.
I'm unable to install txmsgpackrpc 1.1 using Python 2.7.10 because of the following error:
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "c:\users\me\appdata\local\temp\pip-build-sxrjzo\txmsgpackrpc\setup.py", line 12, in <module>
os.link(setup_path, linked_path)
AttributeError: 'module' object has no attribute 'link'
Works fine in 3.5, though.
The text was updated successfully, but these errors were encountered:
I'm unable to install txmsgpackrpc 1.1 using Python 2.7.10 because of the following error:
Works fine in 3.5, though.
The text was updated successfully, but these errors were encountered: