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
...
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-req-build-_hk1hnuh/setup.py", line 8, in <module>
setup(name='parcels',
...
File "/home/noam/anaconda3/envs/parcels_test/lib/python3.9/site-packages/setuptools/dist.py", line 151, in single_line
raise ValueError('Newlines are not allowed')
ValueError: Newlines are not allowed
Fix:
Remove the multiline description in setup.py.
I've reproduced this error (and fix) on two machines, but I don't understand why this error would suddenly be appearing now since I did the same thing without an error around a week ago. Could somebody else see if they can also reproduce this error?
The text was updated successfully, but these errors were encountered:
Steps to reproduce problem:
Error message:
Fix:
Remove the multiline description in
setup.py
.I've reproduced this error (and fix) on two machines, but I don't understand why this error would suddenly be appearing now since I did the same thing without an error around a week ago. Could somebody else see if they can also reproduce this error?
The text was updated successfully, but these errors were encountered: