Working off my current install prior to retrying a clean one,

On FC12, installing numpy 1.3.0-9 requires python-nose-0.11.3-1 which
then requires python-setuptools-0.6c9-5.  Once all are installed,
running test_driver.py raises the error:

Traceback (most recent call last):
  File "test_driver.py", line 4, in <module>
    from pycuda.tools import mark_cuda_test
ImportError: cannot import name mark_cuda_test

Thanks, V.


On Sun, Sep 5, 2010 at 5:37 PM, Andreas Kloeckner
<li...@informa.tiker.net> wrote:
> On Sun, 5 Sep 2010 17:27:07 -0400, Vince Fulco <vful...@gmail.com> wrote:
>> Dear Andreas-  Thanks for your patience.
>>
>> "...Further, which of those packages actually requires setuptools? A
>> quick look at their repositories suggests none of them do."
>>
>> I can only state that using yum install for the libraries mentioned
>> previously after installing distribute states the need for setuptools
>> installation.  Why, if as you mention each independently does not, I
>> have no idea.
>
> Can you check which packages exactly depend on setuptools in yum? (Are
> you on Redhat? Fedora? CentOS?)
>
>> "> Lastly, the build log you posted a while ago didn't show any
>> issues--what do you need help resolving"
>>
>> After an install of Pycuda a la the build log you mentioned, any
>> attempt at running tests indicates missing python packages and a fail.
>>  This didn't happen in 0.93 and trying to re-install 0.93 at this
>> juncture also fails.
>
> Which packages are reported as missing? A simple "pip install
> package_name" might be enough to bring them in. (Or "easy_install
> package_name", depending on what you prefer.)
>
> Andreas
>



-- 
Vince Fulco, CFA, CAIA
612.424.5477 (universal)
vful...@gmail.com

 A posse ad esse non valet consequentia

“the possibility does not necessarily lead to materialization”

_______________________________________________
PyCUDA mailing list
PyCUDA@tiker.net
http://lists.tiker.net/listinfo/pycuda

Reply via email to