rr- / screeninfo

Fetch location and size of physical screens.
Other
208 stars 36 forks source link

Installation on Windows fails due to Pyobjus #40

Closed robot-love closed 4 years ago

robot-love commented 4 years ago

Tried installing this package using Poetry, and I keep getting the following error:

[NotADirectoryError]
[WinError 267] The directory name is invalid: 'C:\\Users\\sghavam\\AppData\\Local\\Temp\\tmp56okfexg\\unpacked\\pyobjus-1.1.0\\objc_classes\\aux'

Folders named aux (among others) are not permitted on Windows platforms so the installation fails.

rr- commented 4 years ago

Looks like the problem is outside of this repository; pyobjus is marked to be installed only on darwin (osx) platforms.