Skip to content
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

[echo_server] environment.tar.gz doesn't work #203

Open
migowei0621 opened this issue Dec 12, 2019 · 1 comment
Open

[echo_server] environment.tar.gz doesn't work #203

migowei0621 opened this issue Dec 12, 2019 · 1 comment

Comments

@migowei0621
Copy link

migowei0621 commented Dec 12, 2019

my environment python version in environment.tar.gz is 3.7.4, but it doesn't work.
It use hadoop node's python which version is 3.5.2.
what can i do for this? please.

error info:
Python 3.5.2
Traceback (most recent call last):
File "server.py", line 3, in
import skein
ImportError: No module named 'skein'

  • Version information

    Please include version information for the following:

    • Python version
    • Hadoop version 3.2.1
    • Skein version 0.8
@migowei0621 migowei0621 changed the title environment.tar.gz doesn't work [echo_server] environment.tar.gz doesn't work Dec 12, 2019
@better629
Copy link

@migowei0621
Do you operate under the process:

1、init a new conda-env
2、in new env, install required packages(include skein) and test your python script
3、pip install conda-pack, and to export conda-env as environment.tar.gz(`conda-pack -o environment.tar.gz`) in the conda-env

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants