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
Attempting to install via pip or by downloading directly from PyPi and running setup.py results in the traceback below:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/5j/z25v44rx68n4w0b7_9rp229h0000gn/T/pip-build-id0gonmu/mockpy/setup.py", line 7, in <module>
with open('Readme.md') as readme_file:
FileNotFoundError: [Errno 2] No such file or directory: 'Readme.md'
The text was updated successfully, but these errors were encountered:
Attempting to install via pip or by downloading directly from PyPi and running setup.py results in the traceback below:
The text was updated successfully, but these errors were encountered: