Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError: [WinError 87] The parameter is incorrect #735

Open
micappe opened this issue Jul 14, 2021 · 0 comments
Open

OSError: [WinError 87] The parameter is incorrect #735

micappe opened this issue Jul 14, 2021 · 0 comments

Comments

@micappe
Copy link

micappe commented Jul 14, 2021

Describe the bug

I installed marvin in Windows 10 (with Visual Studio 2019, not in WSL) using

pip install sdss-marvin

After failed attempts with conda following your instructions. The package seems to install and download data, but just importing it with

import marvin

produces ~500 lines of errors and traceback on the console starting with these. The last error vaguely suggest this may be OS dependent

...\lib\site-packages\marvin\core\exceptions.py:54: UserWarning: cannot initiate Sentry error reporting: unknown error.
  warnings.warn('cannot initiate Sentry error reporting: unknown error.',
[INFO]: No release version set. Setting default to DR15
--- Logging error ---
Traceback (most recent call last):
  File "...\lib\logging\handlers.py", line 74, in emit self.doRollover()
  File "...\lib\logging\handlers.py", line 403, in doRollover self.rotate(self.baseFilename, dfn)
  File "...\lib\logging\handlers.py", line 115, in rotate os.rename(source, dest)
OSError: [WinError 87] The parameter is incorrect: '...\\.marvin\\marvin.log' -> '...\\.marvin\\marvin.log.2021-07-09_00:00:00'

Desktop (please complete the following information):

  • OS: Windows 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant