xraypy / xraylarch

Larch: Applications and Python Library for Data Analysis of X-ray Absorption Spectroscopy (XAS, XANES, XAFS, EXAFS), X-ray Fluorescence (XRF) Spectroscopy and Imaging, and more.
https://xraypy.github.io/xraylarch
MIT License
138 stars 68 forks source link

Import Error 'get_desktop' #539

Open Daria-Boglaienko opened 3 days ago

Daria-Boglaienko commented 3 days ago

Installed Larch 0.9.81 for Windows, but can't find a way to launch it. When typing "larix" in Anaconda Prompt, getting the following error: ImportError: cannot import name 'get_desktop' from 'pyshortcuts' (C:\Users\\AppData\Local\xraylarch\Lib\site-packages\pyshortcuts__init__.py)

newville commented 3 days ago

This should be fixed with pip install --upgrade pyshortcuts

Daria-Boglaienko commented 3 days ago

It worked! Thank you so much!

newville commented 3 days ago

@Daria-Boglaienko Great, and sorry for the trouble!!