miguelriemoliveira / OptimizationUtils

A set of utilities for using the python scipy optimizer functions
GNU General Public License v3.0
6 stars 0 forks source link

Prroblem with OptimizationUtil installation #63

Closed Analtino2021 closed 2 years ago

Analtino2021 commented 2 years ago

estou a ter um problema com a instalação do optimizationUtils, alguém mais teve este problema ou conseguiu resolver

@manuelgitgomes instaloptimization

miguelriemoliveira commented 2 years ago

I do not use the optimization utils install like that. Perhaps @lucasrdalcol or @tiagomfmadeira can help?

tiagomfmadeira commented 2 years ago

You should launch pip install from the parent directory of the repo. cd ~/Desktop/psr pip install OptimizationUtils Or simply use the full path. pip install ~/Desktop/psr/OptimizationUtils

Analtino2021 commented 2 years ago

Thanks it worked with

pip install ~/Desktop/psr/OptimizationUtils