You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was facing a problem while trying to compile and install from source following the instruction below:
git clone https://github.com/equinor/segyio
mkdir segyio/build
cd segyio/build
cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
make
make install
After make I would received an error: AttributeError: module 'setuptools.command' has no attribute 'test'
from file: /segyio/python/setup.py
line 98: cmdclass = { 'test': setuptools.command.test.test },
The text was updated successfully, but these errors were encountered:
I was facing a problem while trying to compile and install from source following the instruction below:
After
make
I would received an error:AttributeError: module 'setuptools.command' has no attribute 'test'
from file:
/segyio/python/setup.py
line 98:
cmdclass = { 'test': setuptools.command.test.test },
The text was updated successfully, but these errors were encountered: