[Bigjob-users] ImportError: No module named paramiko

Andre Luckow aluckow at cct.lsu.edu
Tue Jan 3 05:50:17 CST 2012


Hi Ole,
I removed Paramiko from the dependency list, i.e. BJ can be used
without Paramiko. If the user then requests the staging of files, an
error is thrown.
That means that you can Paramiko in any way that you want to (or not
at all if you don't require file staging).

Hope that works.

Best,
Andre

On Tue, Jan 3, 2012 at 12:11 AM, Ole Weidner <oweidner at cct.lsu.edu> wrote:
> Hi Andre,
>
> I still get the same error:
>
> Processing BigJob-0.4.06.tar.gz
> Running BigJob-0.4.06/setup.py -q bdist_egg --dist-dir /var/folders/q-/q-hUr2mOGNiF7AVkmMV4NE+++TQ/-Tmp-/easy_install-VeXqLg/BigJob-0.4.06/egg-dist-tmp-nhD_VX
> 01/02/2012 05:10:19 PM - bigjob - DEBUG - Loading BigJob version: 0.4.06
> 01/02/2012 05:10:19 PM - bigjob - DEBUG - read configfile: /var/folders/q-/q-hUr2mOGNiF7AVkmMV4NE+++TQ/-Tmp-/easy_install-VeXqLg/BigJob-0.4.06/bigjob/../bigjob.conf
> error: SandboxViolation: chmod('/Users/s1063117/.python-eggs/pycrypto_on_pypi-2.3-py2.6-macosx-10.6-universal.egg-tmp/Crypto/Cipher/tmpP6ByHv.$extract', 493) {}
>
> The package setup script has attempted to modify files on your system
> that are not within the EasyInstall build area, and has been aborted.
>
> This package cannot be safely installed by EasyInstall, and may not
> support alternate installation locations even if you run its setup
> script by hand.  Please inform the package's author and the EasyInstall
> maintainers to find out if a fix or workaround is available.
>
> - Ole
>
> On Jan 2, 2012, at 3:48 PM, Andre Luckow wrote:
>
>> Hi Ole,
>> I changed the dependency to paramiko-on-pypi in bigjob 0.4.06.
>>
>> Best,
>> Andre
>>
>> On Mon, Jan 2, 2012 at 9:25 PM, Ole Weidner <oweidner at cct.lsu.edu> wrote:
>>> Hi,
>>>
>>> when I try to install and run the latest bigjob (0.4.02) via easy_install, I get the following error message:
>>>
>>>  File "/var/folders/q-/q-hUr2mOGNiF7AVkmMV4NE+++TQ/-Tmp-/easy_install-jVQmF5/BigJob-0.4.02/bigjob/__init__.py", line 35, in <module>
>>>  File "/var/folders/q-/q-hUr2mOGNiF7AVkmMV4NE+++TQ/-Tmp-/easy_install-jVQmF5/BigJob-0.4.02/bigjob/bigjob_manager.py", line 26, in <module>
>>> ImportError: No module named paramiko
>>>
>>> If I do a manual 'easy_install paramiko', I get the following error:
>>>
>>> 01/02/2012 02:23:08 PM - bigjob - DEBUG - read configfile: /var/folders/q-/q-hUr2mOGNiF7AVkmMV4NE+++TQ/-Tmp-/easy_install-zk1daV/BigJob-0.4.02/bigjob/../bigjob.conf
>>> error: SandboxViolation: chmod('/Users/s1063117/.python-eggs/pycrypto-2.4.1-py2.6-macosx-10.6-universal.egg-tmp/Crypto/Cipher/tmppFYX0B.$extract', 493) {}
>>>
>>> The package setup script has attempted to modify files on your system
>>> that are not within the EasyInstall build area, and has been aborted.
>>>
>>> This package cannot be safely installed by EasyInstall, and may not
>>> support alternate installation locations even if you run its setup
>>> script by hand.  Please inform the package's author and the EasyInstall
>>> maintainers to find out if a fix or workaround is available.
>>>
>>> This renders bigjob unusable for me on OS X 10.6.8. For Bliss, I use the 'paramiko-on-pypi' dependency rather than 'paramiko' and it works just fine. Would it be possible to change that in BigJob as well?
>>>
>>> Thanks,
>>> - Ole
>>> _______________________________________________
>>> Bigjob-users mailing list
>>> Bigjob-users at mail.cct.lsu.edu
>>> https://mail.cct.lsu.edu/mailman/listinfo/bigjob-users
>


More information about the Bigjob-users mailing list