Not able to install module in python 3.5

0 views
Skip to first unread message

deep tavker

unread,
Apr 9, 2017, 11:29:07 AM4/9/17
to co...@continuum.io

I’m new to open source dev. and I have been trying to write a conda recipe for a module named ‘pysph’. It was working just fine before a couple of months but something odd is happening now.

When I build the recipe using conda build --python 3.5 it copies the files into ~/miniconda3/lib/python3.6/site-packages and not ~/minoconda3/python3.5/site-packages (which I want) and hence I am not able to use it.

Here’s the code snippet :

deep@deep-Lenovo-G50-80:~/condarecipe/PySPH_Project$ conda build --python=3.5 pysph
BUILD START: pysph-1.0a4-py35_0
updating index in: /home/deep/miniconda3/conda-bld/linux-64
updating index in: /home/deep/miniconda3/conda-bld/noarch

...
...

TEST END: /home/deep/miniconda3/conda-bld/linux-64/pysph-1.0a4-py35_0.tar.bz2
INFO conda_build.config:__exit__(422): --dirty flag not specified.  Removing build folder after successful build/test.

# If you want to upload package(s) to anaconda.org later, type:

anaconda upload /home/deep/miniconda3/conda-bld/linux-64/pysph-1.0a4-py35_0.tar.bz2

# To have conda build upload to anaconda.org automatically, use
# $ conda config --set anaconda_upload yes

anaconda_upload is not set.  Not uploading wheels: []
deep@deep-Lenovo-G50-80:~/condarecipe/PySPH_Project$ anaconda upload /home/deep/miniconda3/conda-bld/linux-64/pysph-1.0a4-py35_0.tar.bz2
deep@deep-Lenovo-G50-80:~/condarecipe/PySPH_Project$ conda install -c tavkerdeep pysph

This copies the module into ~/miniconda3.lib/python3.6/site-packages

Regards,

Deep

Reply all
Reply to author
Forward
0 new messages