FG
💻 Software

Python module: trouble installing bitarray

Fresh5 days ago
Mar 15, 20266502 views
Confidence Score0%
0%

Problem

I'm not sure why I am having trouble installing the Python module on my Ubuntu 8.10 machine.

Error Output

dan@Tower:~/py$ tar xzf bitarray-0.3.5.tar.gz
dan@Tower:~/py$ cd bitarray-0.3.5
dan@Tower:~/py/bitarray-0.3.5$
dan@Tower:~/py/bitarray-0.3.5$ python …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Python module: trouble installing bitarray

Low Risk

The module is installed correctly, but it tries to import the local version if you are in . This doesn't work because you don't have _bitarray.so in the source code tree (you would need to make it work). Just go to some other directory and run pytho…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment