I when i run the make command . i am getting the following error.
nono@nono-Inspiron-3542:~/domain_discovery_API$ make
conda env update
Using Anaconda API: https://api.anaconda.org
Fetching package metadata .........
Solving package specifications: .
#
To activate this environment, use:
>source activate dd_api
#
To deactivate this environment, use:
>source deactivate dd_api
#
source activate dd_api; \
pushd seeds_generator; \
mvn compile assembly:single; \
popd
~/domain_discovery_API/seeds_generator ~/domain_discovery_API
Error: JAVA_HOME is not defined correctly.
We cannot execute /usr/lib/jvm/java-9-oracle/bin/java
~/domain_discovery_API
make: *** No rule to make target '/home/nono/anaconda3/envs/dd_api/data/D_cbow_pdw_8B.pkl', needed by 'ranking/D_cbow_pdw_8B.pkl'. Stop.
What changes should i make ? I am a student. Pardon the noobness.
I when i run the make command . i am getting the following error.
source activate dd_api; \ pushd seeds_generator; \ mvn compile assembly:single; \ popd ~/domain_discovery_API/seeds_generator ~/domain_discovery_API Error: JAVA_HOME is not defined correctly. We cannot execute /usr/lib/jvm/java-9-oracle/bin/java ~/domain_discovery_API make: *** No rule to make target '/home/nono/anaconda3/envs/dd_api/data/D_cbow_pdw_8B.pkl', needed by 'ranking/D_cbow_pdw_8B.pkl'. Stop.
What changes should i make ? I am a student. Pardon the noobness.