scipp: conda package on Windows does not work

Steps to reproduce:

Things we tried:

  • It works for Piotr with an existing Anaconda install. We failed to determine the difference.
  • Does not work with the release channel either.
  • Does not work without conda-forge either(related issue: apparently without conda-forge and extremely old version of scipp is installed?).

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 18 (18 by maintainers)

Commits related to this issue

Most upvoted comments

One of the VMs we have exhibits this behaviour. It has conda with python 3.8 installed as local user (to c:\users).

Identical setup on two other machines runs scipp successfully.

Compared:

  • conda version: 4.8.2

  • python version: 3.8.2

  • %PATH% for relevant sections

  • %PYTHONPATH%

  • conda list: identical entries after running the same command: conda create -n scipp -c conda-forge -c scipp/label/dev python=3.8 scipp

  • redid the environment with python=3.7 but still getting the same ImportError.

One difference - the affected VM runs Danish version of OS (Win10 64). Not an issue, most likely.