maxdorman

Results 2 comments of maxdorman

Are you sure you're in the right directory? i.e. are you "inside" the geonode folder when you execute this command? Otherwise, it won't be able to find the requirements.txt file...

Something that helped for me when getting this error (not in this package, but in difflib, which also does fuzzy matching) was to add .astype(str) after the column designations. [column_name].astype(str)