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

Update and fixate requirements #18

Open
Haifischbecken opened this issue Mar 23, 2023 · 0 comments
Open

Update and fixate requirements #18

Haifischbecken opened this issue Mar 23, 2023 · 0 comments

Comments

@Haifischbecken
Copy link

Haifischbecken commented Mar 23, 2023

Describe the bug
Installing the Pyvolt package in an up-to-date environment and executing one of the example scripts leads to an error.
This is caused by changes in Numpy that has removed support for numpy internal datatypes (np.int, np.complex etc.) and replaced them with Python default datatypes.

To avoid this problem in the future Versions should be pinned.
While at it the project could/should be transitioned to the currents standard of PEP621 for project metadata (see e. g. Setuptools explaination

To Reproduce
Steps to reproduce the behavior:

  1. Pull repo and cd into it
  2. (create venv)
  3. pip install .
  4. python examples/quickstart/run_nv_powerflow.py
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