You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, first of all thank you for the package it looks very interesting, However, I get different type of library conflicts errors.
-First, I tried to clone your repository and install it through python setup.py install on my windows computer, but the dependencies are taking days to download and I got the following error message:
Getting requirements to build wheel ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users\bella\.conda\envs\dragonn\python.exe' 'C:\Users\bella\.conda\envs\dragonn\lib\sitepackages\pip\_vendor\pep517\in_process\_in_process.py' get_requires_for_build_wheel 'C:\Users\bella\AppData\Local\Temp\tmp1eh_0is4'
cwd: C:\Users\bella\AppData\Local\Temp\pip-install-m92jpbsc\pyproj_823eff2ba1974d2ebc43fcc65d092a2a
Complete output (1 lines):
Proj executable not found. Please set PROJ_DIR variable.
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/73/ef/53a7e9e98595baf4d7212aa731fcec256b432a3db60a55b58a027a4d9d47/pyproj-2.2.0.tar.gz#sha256=0a4f793cc93539c2292638c498e24422a2ec4b25cb47545addea07724b2a56e5 (from https://pypi.org/simple/pyproj/). Command errored out with exit status 1: 'C:\Users\bella\.conda\envs\dragonn\python.exe' 'C:\Users\bella\.conda\envs\dragonn\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py' get_requires_for_build_wheel 'C:\Users\bella\AppData\Local\Temp\tmp1eh_0is4' Check the logs for full command output.
INFO: pip is looking at multiple versions of pyparsing to determine which version is compatible with other requirements. This could take a while.
Collecting pyparsing>=2.0.1
Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB)
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
-When I try to install through conda install dragonn -c kundajelab I get the following error message on my Windows PC:
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions The following specifications were found to be incompatible
I also tried with a Manjaro Linux computer without success, still getting library/dependencies related errors.
I was wondering if anyone had run the package recently or if you had any newer version. I would really appreciate if you had any advice on how to solve the problem if possible.
The text was updated successfully, but these errors were encountered:
Hello, first of all thank you for the package it looks very interesting, However, I get different type of library conflicts errors.
-First, I tried to clone your repository and install it through
python setup.py install
on my windows computer, but the dependencies are taking days to download and I got the following error message:-When I try to install through
conda install dragonn -c kundajelab
I get the following error message on my Windows PC:I was wondering if anyone had run the package recently or if you had any newer version. I would really appreciate if you had any advice on how to solve the problem if possible.
The text was updated successfully, but these errors were encountered: