-
Notifications
You must be signed in to change notification settings - Fork 34
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
analysis pipeline - no module named 'future' #485
Comments
@dev-rod thank you for clarifying this for others as well. being in the emission conda environment primarily ensures that the right python is used. But then you use the full path to the python environment, which removes the effect of being in the environment. The following examples may help clarify. (1) In the environment, running using the standard script, works
(2) Hardcoding the base anaconda python, doesn't find the modules in the emission environment
(3) Hardcoding the anaconda python from the enviroment, finds
|
If nothing further is required, please close the issue. |
Thanks @shankari , as we use also supervisor, /opt/miniconda3/envs/emission/bin/python is the correct path for us indeed. I close the issue |
Hi @shankari ,
I'm Rodrigue, Transway company, France, we test e-mission-server and e-mission-phone to detect bicycle trips
(I also have contact with Patrick Gendre and the french fabmob project)
Actually I have a problem with analysis pipeline
(emission) root@vps753733:/home/emission/web/e-mission-server-pve# python --version
Python 3.6.1
we use miniconda installed with Miniconda3-4.4.10-Linux-x86_64.sh
(emission) root@vps753733:/var/log/emission# cd /home/emission/web/e-mission-server-pve && /opt/miniconda3/bin/python3.6 bin/intake_multiprocess.py 3 >> /var/log/emission/pipeline/cron_intake.stdinout 2>&1
in the log file I have :
Traceback (most recent call last):
File "bin/intake_multiprocess.py", line 5, in
from future import standard_library
ModuleNotFoundError: No module named 'future'
I don't understand because i'm in emission conda environment, have you an idea ? Thanks a lot
The text was updated successfully, but these errors were encountered: