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

GDS control file example fails #708

Open
2 tasks done
Devin-Crawford opened this issue Aug 5, 2024 · 1 comment
Open
2 tasks done

GDS control file example fails #708

Devin-Crawford opened this issue Aug 5, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Devin-Crawford
Copy link
Collaborator

Before submitting the issue

  • I have searched among the existing issues
  • I am using a Python virtual environment

Description of the bug

The example fails in cell 8.

Steps To Reproduce

See the example web page.

Which Operating System are you using?

Windows

Which Python version are you using?

3.10

Installed packages

The failure is on the runner.

@Devin-Crawford Devin-Crawford added the bug Something isn't working label Aug 5, 2024
@hui-zhou-a hui-zhou-a self-assigned this Aug 5, 2024
@hui-zhou-a
Copy link
Collaborator

hui-zhou-a commented Aug 5, 2024

@SMoraisAnsys @svandenb-dev all pyedb examples have the same problem in documentation. I cannot reproduce it on my local machine, so I suspect it is related to CICD.

--- Logging error ---
Traceback (most recent call last):
  File "C:\actions-runner\_work\_tool\Python\3.10.11\x64\lib\logging\handlers.py", line 74, in emit
    self.doRollover()
  File "C:\actions-runner\_work\_tool\Python\3.10.11\x64\lib\logging\handlers.py", line 179, in doRollover
    self.rotate(self.baseFilename, dfn)
  File "C:\actions-runner\_work\_tool\Python\3.10.11\x64\lib\logging\handlers.py", line 115, in rotate
    os.rename(source, dest)
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\ansys\\AppData\\Local\\Temp\\pyedb_ansys.log' -> 'C:\\Users\\ansys\\AppData\\Local\\Temp\\pyedb_ansys.log.1'

https://edb.docs.pyansys.com/version/stable/examples/legacy_standalone/10_GDS_workflow.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants