Skip to content

Add Support for Windows #112

@chinmayshah99

Description

@chinmayshah99

Expected Behavior

Add a script to generate a .dll file as part of build process. Also, edits needs to made in setup.py to include this generated dll file. This dll file will be generated using bazel build.

Current Behavior

Right now, pydp only supports Linux systems. This is due to the fact that we are just generating the .so file as seen here.

Logs

>>> import pydp as dp
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\ProgramData\Anaconda3\lib\site-packages\pydp\__init__.py", line 1, in <module>
    from .pydp import *
ModuleNotFoundError: No module named 'pydp.pydp'

System information

  • PyDP version: 0.1.0dev
  • Operating System: Any windows system

Metadata

Metadata

Assignees

No one assigned

    Labels

    Priority: 2 - High 😰Should be fixed as quickly as possible, ideally within the current or following sprintType: New Feature ➕Introduction of a completely new addition to the codebasereleaserelated to public releasessetupRelated to environment setup

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions