Skip to content

Fix compilation error and runtime warning for Python versions ≤ 3.6#195

Open
CoolJosh0221 wants to merge 2 commits intontucllab:old_python_verfrom
CoolJosh0221:old_python_ver
Open

Fix compilation error and runtime warning for Python versions ≤ 3.6#195
CoolJosh0221 wants to merge 2 commits intontucllab:old_python_verfrom
CoolJosh0221:old_python_ver

Conversation

@CoolJosh0221
Copy link
Contributor

This pull request:

  1. fixes the issue on line 6 in libact/query_strategies/_hintsvm.pyx that leads to the compilation error mentioned in ModuleNotFoundError: No module named 'Cython' #193.
  2. addresses the VisibleDeprecationWarning by explicitly adding dtype=object to line 44 in libact/base/dataset.py.
  3. specifies a version upper bound for setuptools to ensure successful installation.

modified:   libact/base/dataset.py
modified:   libact/query_strategies/_hintsvm.pyx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments