GianmarcoCallegher / ParkingAvailability

0 stars 0 forks source link

Libraries Environment #1

Open JayKumarr opened 1 year ago

JayKumarr commented 1 year ago

It seems that the requirements.txt is not detailed about the python version and other dependencies.

there exist no version of torch_geometric_temporal==0.40

Can you please provide anaconda requirement to install or an exact version of python to try

JayKumarr commented 1 year ago

Here is the installation commands which I solved

conda create --name py376 python=3.7.6 --channel conda-forge
conda activate py376
pip install torch==1.9.0+cu102 torchvision==0.10.0+cu102 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
python -c "import torch; print(torch.__version__)"
pip install torch-scatter -f https://data.pyg.org/whl/torch-1.9.0+cu102.html
pip install torch-sparse==0.6.12 -f https://data.pyg.org/whl/torch-1.9.0+cu102.html
pip install torch-geometric
pip install torch-geometric-temporal
pip install osmnx==1.1.2
pip install lightgbm==3.1.1
pip install pygam==0.8.0
pip install statsmodels=0.12.2
GianmarcoCallegher commented 1 year ago

Sorry for the late answer. Python version is 3.8.10. However, version 0.40.0 of package torch-geometric-temporal exists: https://pypi.org/project/torch-geometric-temporal/0.40/.

GianmarcoCallegher commented 1 year ago

These are the conda requirements:

# $ conda create --name <env> --file <this file>
# platform: osx-64
absl-py=0.13.0=pypi_0
astunparse=1.6.3=pypi_0
attrs=21.2.0=pypi_0
ca-certificates=2022.07.19=hecd8cb5_0
cachetools=4.2.2=pypi_0
certifi=2021.5.30=pypi_0
chardet=4.0.0=pypi_0
charset-normalizer=2.1.0=pypi_0
click=8.0.1=pypi_0
click-plugins=1.1.1=pypi_0
cligj=0.7.2=pypi_0
colorama=0.4.4=pypi_0
cycler=0.10.0=pypi_0
decorator=4.4.2=pypi_0
filelock=3.3.0=pypi_0
fiona=1.8.21=pypi_0
flatbuffers=1.12=pypi_0
fonttools=4.34.4=pypi_0
future=0.18.2=pypi_0
gast=0.4.0=pypi_0
geopandas=0.11.1=pypi_0
google-auth=1.32.0=pypi_0
google-auth-oauthlib=0.4.4=pypi_0
google-pasta=0.2.0=pypi_0
googledrivedownloader=0.4=pypi_0
grpcio=1.34.1=pypi_0
h5py=3.1.0=pypi_0
idna=2.10=pypi_0
isodate=0.6.0=pypi_0
jinja2=3.0.1=pypi_0
joblib=1.0.1=pypi_0
keras-nightly=2.5.0.dev2021032900=pypi_0
keras-preprocessing=1.1.2=pypi_0
kiwisolver=1.3.1=pypi_0
libcxx=12.0.0=h2f01273_0
libffi=3.3=hb1e8313_2
lightgbm=3.2.1=pypi_0
markdown=3.3.4=pypi_0
markupsafe=2.0.1=pypi_0
matplotlib=3.4.2=pypi_0
msgpack=1.0.2=pypi_0
munch=2.5.0=pypi_0
ncurses=6.3=hca72f7f_3
networkx=2.6.2=pypi_0
numpy=1.19.5=pypi_0
oauthlib=3.1.1=pypi_0
openssl=1.1.1q=hca72f7f_0
opt-einsum=3.3.0=pypi_0
osmnx=1.1.1=pypi_0
packaging=21.3=pypi_0
pandas=1.3.2=pypi_0
patsy=0.5.2=pypi_0
pillow=8.2.0=pypi_0
pip=22.1.2=py38hecd8cb5_0
progressbar2=3.53.1=pypi_0
protobuf=3.17.3=pypi_0
pyasn1=0.4.8=pypi_0
pyasn1-modules=0.2.8=pypi_0
pygam=0.8.0=pypi_0
pyparsing=2.4.7=pypi_0
pyproj=3.1.0=pypi_0
python=3.8.10=h88f2d9e_7
python-dateutil=2.8.1=pypi_0
python-louvain=0.15=pypi_0
python-utils=2.5.6=pypi_0
pytz=2021.1=pypi_0
pyyaml=5.4.1=pypi_0
ray=1.6.0=pypi_0
rdflib=6.0.0=pypi_0
readline=8.1.2=hca72f7f_1
redis=3.5.3=pypi_0
requests=2.25.1=pypi_0
requests-oauthlib=1.3.0=pypi_0
rsa=4.7.2=pypi_0
rtree=1.0.0=pypi_0
scikit-learn=0.24.2=pypi_0
scipy=1.7.0=pypi_0
seaborn=0.11.2=pypi_0
setuptools=61.2.0=py38hecd8cb5_0
shapely=1.7.1=pypi_0
six=1.15.0=pypi_0
sqlite=3.39.2=h707629a_0
statsmodels=0.12.2=pypi_0
tensorboard=2.5.0=pypi_0
tensorboard-data-server=0.6.1=pypi_0
tensorboard-plugin-wit=1.8.0=pypi_0
tensorflow=2.5.0=pypi_0
tensorflow-estimator=2.5.0=pypi_0
termcolor=1.1.0=pypi_0
threadpoolctl=2.1.0=pypi_0
tk=8.6.12=h5d9f67b_0
torch=1.9.0=pypi_0
torch-cluster=1.5.9=pypi_0
torch-geometric=1.7.2=pypi_0
torch-geometric-temporal=0.40=pypi_0
torch-scatter=2.0.8=pypi_0
torch-sparse=0.6.11=pypi_0
torch-spline-conv=1.2.1=pypi_0
tqdm=4.62.2=pypi_0
typing-extensions=3.7.4.3=pypi_0
urllib3=1.26.6=pypi_0
werkzeug=2.0.1=pypi_0
wheel=0.37.1=pyhd3eb1b0_0
wrapt=1.12.1=pypi_0
xarray=0.19.0=pypi_0
xz=5.2.5=hca72f7f_1
zlib=1.2.12=h4dc903c_2