-
Notifications
You must be signed in to change notification settings - Fork 0
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
Issue with deployment of pip installed python packages with command line tools #78
Comments
Interesting. The |
Yes that is what I thought we should do. |
I had other ideas in case |
Hi @dsroberts , I am having a similar problem.
Build and deployment went OK. I can also import the python packages from a notebook on ARE. However, I cannot run the esmvaltool version
/g/data/xp65/public/apps/med_conda_scripts/esmvaltool-0.4.d/bin/esmvaltool: /g/data/xp65/public/apps/med_conda/envs/esmvaltool-0.4/bin/esmvaltool: /jobfs/120579340.gadi-pbs/squashfs-root/opt/conda/esmvaltool-0.4/bin/python: bad interpreter: No such file or directory
/g/data/xp65/public/apps/med_conda_scripts/esmvaltool-0.4.d/bin/esmvaltool: line 121: /g/data/xp65/public/apps/med_conda/envs/esmvaltool-0.4/bin/esmvaltool: Success I was initially installing ESMValTool with pip in my environment file, I moved it to get ESMValTool from conda-forge but I still have the same issue. I think the MED-condaenv is in sync with your branch. I don't understand what is going on. Thanks! |
I have added the logs in |
The
med-utils
package which provides theilamb-tree-generator
command line tool is currently installed using pip in our access-med environment:The problem is that during install/deploy a shebang is created:
This leads to the following error:
@rhaegar325 I think that's the cause of the issue but I could be wrong.
@dsroberts do you have a suggestion on how to fix this?
The text was updated successfully, but these errors were encountered: