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
If numpy is installed in a venv which is hosted on a network share on Windows, it seems distutils.misc_util.get_info returns the path with double-backslashes as a path separator. This breaks modules that depend on this output in order to set include and lib paths during compilation (e.g. hmmlearn).
Uh oh!
There was an error while loading. Please reload this page.
If numpy is installed in a venv which is hosted on a network share on Windows, it seems
distutils.misc_util.get_info
returns the path with double-backslashes as a path separator. This breaks modules that depend on this output in order to set include and lib paths during compilation (e.g.hmmlearn
).Reproducing code example:
The correct path for the npymath library is
\\ilabs-htcfs\Shared\styagev\.virtualenvs\OfflineSystem-B.38\lib\site-packages\numpy\core\lib
NumPy/Python version information:
1.20.0 3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:57:54) [MSC v.1924 64 bit (AMD64)]
The text was updated successfully, but these errors were encountered: