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

problem with pip install #65

Open
amirarasteh1990 opened this issue Aug 12, 2024 · 3 comments
Open

problem with pip install #65

amirarasteh1990 opened this issue Aug 12, 2024 · 3 comments
Assignees
Labels
overall-repo Related to the overall organization of the repo python-library Related to the python library

Comments

@amirarasteh1990
Copy link
Contributor

Some of the files are missing when installing (e.g. pip install windIO)

@rafmudaf
Copy link
Collaborator

Hi @amirarasteh1990 Could you share more information on this issue so that we can reproduce it? For example, it would be helpful to know the following:

  • Command you used to install windIO
  • Commands or screenshots that showed the missing files
  • List of the missing files

Any other information that allows us to understand your system and situation without having seen it will be helpful. I often find it useful to write an issue as if I'm explaining the problem to a colleague sitting beside me since in that case I'd probably open some information on my computer and point at some things to explain the situation completely.

@amirarasteh1990
Copy link
Contributor Author

Hi @rafmudaf

I used: pip install git+https://github.com/IEAWindTask37/windIO.git (I also tried pip install windIO). Then, in the plant and turbine subfolders, I only get:

Capture2

@rafmudaf
Copy link
Collaborator

rafmudaf commented Dec 6, 2024

@amirarasteh1990 My apologies for the long delay in getting back to you. The issue above is because the contents of the windio/turbine and windio/plant folders are YAML files that define the schema. These are not explicitly included in the packaged build (there isn't a package_data entry in the setup.py) and the default behavior is to only include Python (.py) files.

Hopefully you aren't still stuck on this. I'm working on modifying windIO to include the schema files for my own project's needs, so if you also need it just let me know.

@ptrbortolotti ptrbortolotti added python-library Related to the python library overall-repo Related to the overall organization of the repo labels Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
overall-repo Related to the overall organization of the repo python-library Related to the python library
Projects
None yet
Development

No branches or pull requests

3 participants