gxhen / LoRa_RFFI

53 stars 17 forks source link

unable to create environemt from requirement.txt #8

Open jaiprashanth7 opened 2 months ago

jaiprashanth7 commented 2 months ago

dear author ,i am getting this error while create venv using conda as directed in the requirements.txt file

the missing packages are not available in the conda , neither in the conda forge

PS E:\btp\LoRa_RFFI> conda create --name my_project_env --file requirements.txt -c conda-forge 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.

gxhen commented 1 month ago

sorry we cannot give any advice on environment configuration-related problems. Maybe you can use conda and try different channels to install the correct python packages

juliasteed commented 2 weeks ago

@jaiprashanth7 were you able to figure this out? I'm getting the same error