-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with pyke when installing from source #4258
Comments
Hey @MHBalsmeier, Thanks for raising this issue and touching base to let us know. Okay, so on the If you're building It might be that you've checked out the latest branch but there are still old pyke source files in the directory tree. If this is the case, then please try a complete fresh checkout. I'm just guessing here, as you not provided any details of the failure. Please provide further details of the failure, of that's not the case. |
This is easy to reproduce. I set up a totally fresh Ubuntu 20.04 VM and did the following:
Opening python and typing in
Installing |
I also think that the |
Hi @MHBalsmeier, you are right that I'm afraid your instructions in the documentation are in a sort of limbo at the moment: since they are written in the The Sorry it isn't more straightforward! |
Okay, thanks, so I will adapt the installation instructions by dropping the |
Okay, I opened a pull request. I got two more things though: 1.) Why can't the python packages 2.) I always get these warnings:
when importing iris. I mentioned this before (#3937) and can solve it now manually by changing/deleting some files, but it is still confusing that a correctly-installed package throws warnings. If you tell me how, I can try to get rid of this and then open a pull request. |
I've checked the first question, it works solely with |
The other problem does not occur in 3.1.dev0 anymore, so I am closing this. |
A few months ago I contributed this to the documentation.
However, this does not fully work anymore (import iris leads to an error because pyke is missing).
I think this happens because pyke was removed from the list of dependencies (#4198).
So is this a temporary problem? Or should I add scitools-pyke to the python3 packages which need to be installed manually before iris? This would make no sense I think because then it'd basically be a dependency.
The text was updated successfully, but these errors were encountered: