Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

how to install a downloaded python package in pyCharm #18

Closed
Unique-Wang opened this issue Aug 18, 2021 · 5 comments
Closed

how to install a downloaded python package in pyCharm #18

Unique-Wang opened this issue Aug 18, 2021 · 5 comments

Comments

@Unique-Wang
Copy link

Unique-Wang commented Aug 18, 2021

Dear @ebranlard

It's me again, I'm still struggling over the problem. It seems if i wanna run your code ,a 'pyFAST' package is needed ,but no matter how many times I tried, like install and uninstall the package 'pyFAST', the warning is still there.

image
image
1629249315(1)
And I used this way to install pyFAST,I don't know where went wrong
1629249544(1)

Best regards,

@Unique-Wang Unique-Wang changed the title No module named ’pyFAST' how to install a downloaded python package in pyCharm Aug 18, 2021
@ebranlard
Copy link
Collaborator

Dear @Unique-Wang

You'll have to uninstall the pyFAST that you installed because unfortunately the one available in pip wheels is not our package. We'll have to look into that.

In pyCharm, open a terminal, navigate to the folder where you downloaded the python-toolbox (using the command cd to change directoryies), and run the commands listed in the readme:

python -m pip install -e .

Hopefully that would work.

@MartinKoch-sowento is using pyCharm, maybe he can mention how he installed the python-toolbox.

@Unique-Wang
Copy link
Author

Unique-Wang commented Aug 19, 2021

Dear @ebranlard and @MartinKoch-sowento ,

I followed your instructions but unfortunately it did't work as I expected, and this is the screenshot I got
1629334354(1)
Thanks!

Best regards,

@ebranlard
Copy link
Collaborator

Hi @Unique-Wang , note that you have to type exactly the command I put, you'll see that there is a "dot" at the end. If you type pyFAST it's going to try to install the pyFAST from the pip wheels which is different. The "dot" indicates that pip will look in the current directory, which needs to be the base directory of the python-toolbox (the directory where README.md is located)

@Unique-Wang
Copy link
Author

Dear @ebranlard ,

Yes ,it worked!!!!!!!!!! Thank you for being this patient!

Best Regards,

@ebranlard
Copy link
Collaborator

great!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants