UCL / rsd-engineeringcourse

Course materials for Research Software Engineering course.
http://github-pages.ucl.ac.uk/rsd-engineeringcourse/
Other
108 stars 97 forks source link

Packaging page doesn't find correct greetings package #165

Closed ageorgou closed 4 years ago

ageorgou commented 4 years ago

When Travis builds the Packaging notebook, it seems to find a different version of the greetings package, not the one that is included in the code (or the RITS version of it). Specifically:

The strange thing is that the code that fails tries to from greeter import greet (no relative import), but all the versions I can see (the one in this repo, the one under James Hetherington's account and the RITS fork -which is what's installed according to the log) all have from .greeter.

I remember this being changed last year, but maybe something changed again since then?

ageorgou commented 4 years ago

Now fixed by deleting the binaries and other build output from the installed repository.