tomnor / dwdat2py

Wrappers around functions provided in DWDataReaderLib from Dewesoft
Apache License 2.0
2 stars 1 forks source link

Problem in Pycharm #3

Open sissaNassir opened 4 months ago

sissaNassir commented 4 months ago

Hello, I'm trying to download dwdat2py on pycharm but it gives me the following error " Channels:

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page."

Is there a way to solve it? Is there a conda channel for dwdat2py? Thank you!

tomnor commented 4 months ago

Hi

I don't know much about anaconda and pycharm, but the package is supposed to be pip installable from https://pypi.org/ . I just tried that and it works for me. Did you try that? Maybe you have to sort of bypass the anaconda way of doing things and say

python -m pip install dwdat2py