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
However, there are issues encountered while preparing for metadata
I consider adding one line of code should solve such issue.
Also in line :
RUN python3 setup.py install
This gives error that setuptools are not included, maybe we could include it in the requirements.txt? There are also many minor issues like dependencies not found, missing libraries in building and etc.
The python3.12 in default installation should not suitable for development or docker file creation. Maybe the python3.10 stable version is the best for dockerfile creation? Or it would be better just upload the proper docker images?
Implementation
Modify these two files adding necessary packages could solve the build problem.
docker/pennylane.dockerifle
requirements.txt
If possible, I could contribute modifying the docker works with python3.10 and M2 chip.
How important would you say this feature is?
1: Not important. Would be nice to have.
Additional information
No response
The text was updated successfully, but these errors were encountered:
The ones discussed in the installation guide have never been really tested or maintained, and we just haven't gotten around to getting rid of them. We will try to reprioritize fully removing them.
Feature details
Recently during development, I tried using docker image build process written in the https://docs.pennylane.ai/en/stable/development/guide/installation.html?highlight=docker with Apple M2 chip.
However, there are issues encountered while preparing for metadata
I consider adding one line of code should solve such issue.
Also in line :
RUN python3 setup.py install
This gives error that setuptools are not included, maybe we could include it in the requirements.txt? There are also many minor issues like dependencies not found, missing libraries in building and etc.
The python3.12 in default installation should not suitable for development or docker file creation. Maybe the python3.10 stable version is the best for dockerfile creation? Or it would be better just upload the proper docker images?
Implementation
Modify these two files adding necessary packages could solve the build problem.
If possible, I could contribute modifying the docker works with python3.10 and M2 chip.
How important would you say this feature is?
1: Not important. Would be nice to have.
Additional information
No response
The text was updated successfully, but these errors were encountered: