Skip to content

Windows installation doesn't work #28

@scholer

Description

@scholer

I just tried to install pimsviewer on Windows, first via conda-forge, then via pip. Neither worked.

Both installs completes, but neither gave a functioning executable.

Installing with conda create -n pimsviewer -c conda-forge pimsviewer gave a text file, pimsviewer in envs\pimsviewer\Scripts, with a shebang as the first line, i.e. how executables are created on Linux. Windows requires making a .exe, .bat, or .cmd to have an executable file that can be executed from the command prompt.

Installing with conda create -n pimsviewer-pip python=3, then conda activate pimsviewer-pip, then pip install pimsviewer gave a proper pimsviewer.exe in envs\pimsviewer-pip\Scripts. But executing this pimsviewer.exe, either from File Explorer or the command prompt does nothing. (No output in terminal, no windows popups, and no way to debug the issue.)

Environment:

  • Anaconda install, conda version 4.6.9.
  • Windows 10, 64-bit, version 1809.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions